Skip to content

Commit ea08afc

Browse files
Merge pull request #201 from HubSpot/feature/9.2.1
bump version to 9.2.1
2 parents 1078b61 + 0bfae8a commit ea08afc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/9.2.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/9.2.1...HEAD)
9+
10+
## [9.2.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.1) - 2022-12-22
11+
12+
### Fixed
13+
14+
- Added `pipelineAuditsApi` and `pipelineStageAuditsApi` to`crm()->pipelines()` discovery
915

1016
## [9.2.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.0) - 2022-12-19
1117

@@ -414,3 +420,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
414420
[9.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.0.1
415421
[9.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.1.0
416422
[9.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.0
423+
[9.2.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubspot/api-client",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "Hubspot API client",
55
"keywords": [
66
"hubspot",

0 commit comments

Comments
 (0)