Skip to content

Commit d871d6f

Browse files
Merge pull request #610 from HubSpot/feature/14.0.6
add OAuth changes to changelog
2 parents ec1f69b + 16d131c commit d871d6f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [14.0.6](https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.6) - 2026-04-22
1111

12+
### OAuth
13+
14+
- Added `code_verifier` and `scope` as optional parameters to `oauth()->tokensApi()->create()`.
15+
- Added `refresh_token` field to `HubSpot\Client\Oauth\Model\TokenResponseIF`.
16+
- Fixed JSON attribute mappings in `HubSpot\Client\Oauth\Model\TokenResponseIF` to use snake_case keys (`access_token`, `expires_in`, `hub_id`, `token_type`) matching the actual API response.
17+
1218
### CRM Objects
1319

1420
- `crm()->objects()->basicApi()->create()` now returns HTTP 201 instead of 200.

0 commit comments

Comments
 (0)