diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb51cd1..7448dbea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/8.4.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/8.4.1...HEAD) + +## [8.4.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.4.1) - 2022-10-17 + + ### Fixed + +- Fixed RequestTest namespace ## [8.4.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.4.0) - 2022-10-12 diff --git a/composer.json b/composer.json index 76a64ac9..ba7b1bb8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "8.4.0", + "version": "8.4.1", "description": "Hubspot API client", "keywords": [ "hubspot", diff --git a/tests/Unit/Http/RequestTest.php b/tests/Unit/Http/RequestTest.php index 1ead9ad3..bda392ae 100644 --- a/tests/Unit/Http/RequestTest.php +++ b/tests/Unit/Http/RequestTest.php @@ -1,6 +1,6 @@