From 9303de48499a73c51d3a51f81d2d88cd2b342648 Mon Sep 17 00:00:00 2001 From: ksvirkou Date: Thu, 28 Jul 2022 13:05:00 +0300 Subject: [PATCH] v4.0.2 --- CHANGELOG.md | 9 +++++++-- composer.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ddc8a9..77c366dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v4.0.1...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v4.0.2...HEAD) + +## [4.0.2] + +### Added +- add support php v8.1 ## [4.0.1] @@ -100,5 +105,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Trying to return a response with`RequestException` in the `Client`. It now re-throws a new `BadRequest` Exception. [#48](https://github.com/ryanwinchester/hubspot-php/issues/48) @ryanwinchester -[Unreleased]: https://github.com/ryanwinchester/hubspot-php/compare/v1.0.0-rc.1...HEAD +[Unreleased]: https://github.com/ryanwinchester/hubspot-php/compare/v4.0.2...HEAD [1.0.0-rc.1]: https://github.com/ryanwinchester/hubspot-php/compare/v0.9.11...v1.0.0-rc.1 diff --git a/composer.json b/composer.json index b6b2f07d..d17f3f9a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/hubspot-php", - "version": "4.0.1", + "version": "4.0.2", "description": "HubSpot PHP API client", "keywords": [ "hubspot", "api" ], "license": "Apache-2.0",