From 43efb86e9f529ca92ba36fb08169cad0fb2bd86d Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Thu, 12 Jan 2023 16:59:37 +0300 Subject: [PATCH 1/2] 9.2.2 --- CHANGELOG.md | 10 +++++++++- composer.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4f96bc..569572a8 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/9.2.1...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/9.2.2...HEAD) + +## [9.2.2](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.2) - 2022-12-22 + +### Fixed + + - Fix `crm()->associations()` API client ## [9.2.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.1) - 2022-12-22 @@ -22,11 +28,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.1.0) - 2022-12-06 ### Updated + - Added Private App access token to `cms()->domains()` ## [9.0.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.0.1) - 2022-12-05 ### Fixed + - Fix all association APIs ## [9.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.0.0) - 2022-11-21 diff --git a/composer.json b/composer.json index 7968e760..f9f64f5d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "9.2.1", + "version": "9.2.2", "description": "Hubspot API client", "keywords": [ "hubspot", From 07fd7c74132d9019ce048a088d77a1c1e7fb91b9 Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Thu, 12 Jan 2023 17:01:33 +0300 Subject: [PATCH 2/2] Fix date --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 569572a8..0bbfa566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/9.2.2...HEAD) -## [9.2.2](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.2) - 2022-12-22 +## [9.2.2](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.2) - 2023-01-12 ### Fixed @@ -429,3 +429,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [9.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.1.0 [9.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.0 [9.2.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.1 +[9.2.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.2