Skip to content

Commit 9cd97ad

Browse files
Merge pull request #219 from HubSpot/feature/9.3.0
9.3.0
2 parents 94d8c68 + fcc7ee0 commit 9cd97ad

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ 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.2...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/9.3.0...HEAD)
9+
10+
## [9.3.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.3.0) - 2023-02-20
11+
12+
### Added
13+
14+
- `crm()->associations()->v4` API client
15+
16+
### Fixed
17+
18+
- Fix `auth()->oauth()->refreshTokensApi()->archiveRefreshToken()` method
919

1020
## [9.2.2](https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.2) - 2023-01-12
1121

@@ -128,8 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128138

129139
### Update
130140

131-
- rename crm()->pipelines()->pipelineStagesApi()->getCrmV3PipelinesObjectTypePipelineIdAudit() => crm()->pipelines()->pipelineStagesApi()->getAudit()
132-
- rename crm()->pipelines()->pipelinesApi()->getCrmV3PipelinesObjectTypePipelineIdStagesStageIdAudit() => crm()->pipelines()->pipelinesApi()->getAudit()
141+
- rename `crm()->pipelines()->pipelineStagesApi()->getCrmV3PipelinesObjectTypePipelineIdAudit()` => `crm()->pipelines()->pipelineStagesApi()->getAudit()`
142+
- rename `crm()->pipelines()->pipelinesApi()->getCrmV3PipelinesObjectTypePipelineIdStagesStageIdAudit()` => `crm()->pipelines()->pipelinesApi()->getAudit()`
133143

134144
## [7.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/7.0.0) - 2022-03-21
135145

@@ -430,3 +440,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
430440
[9.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.0
431441
[9.2.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.1
432442
[9.2.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.2.2
443+
[9.3.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.3.0

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.2",
3+
"version": "9.3.0",
44
"description": "Hubspot API client",
55
"keywords": [
66
"hubspot",

0 commit comments

Comments
 (0)