@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
0 commit comments