From 0bfae8a8a85e4f41c00a658b3496a82a1fb6ec13 Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Thu, 22 Dec 2022 17:40:17 +0300 Subject: [PATCH] bump version to 9.2.1 --- CHANGELOG.md | 9 ++++++++- composer.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98c36ac..eb4f96bc 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.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/9.2.1...HEAD) + +## [9.2.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.1) - 2022-12-22 + +### Fixed + +- Added `pipelineAuditsApi` and `pipelineStageAuditsApi` to`crm()->pipelines()` discovery ## [9.2.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.0) - 2022-12-19 @@ -414,3 +420,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [9.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.0.1 [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 diff --git a/composer.json b/composer.json index 0fd6fe6a..7968e760 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "9.2.0", + "version": "9.2.1", "description": "Hubspot API client", "keywords": [ "hubspot",