Skip to content

Commit 93447ce

Browse files
authored
Merge pull request #595 from HubSpot/feature/14.0.3
14.0.3
2 parents ddb2882 + 649afdc commit 93447ce

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ 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/14.0.2...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/14.0.3...HEAD)
9+
10+
## [14.0.3](https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.3) - 2026-03-05
11+
12+
### CRM Association V4
13+
14+
- Updated `crm()->associations()->v4()->basicApi()->create()` method to return status code `201`.
15+
- Updated the return type of the response object in `crm()->associations()->v4()->basicApi()->create()` to return `LabelsBetweenObjectPair | Error` instead of `CreatedResponseLabelsBetweenObjectPair | Error`.
16+
- Updated the return type of the response object in `crm()->associations()->v4()->basicApi()->getPage()` to return `CollectionResponseMultiAssociatedObjectWithLabelForwardPaging | Error` instead of `CollectionResponseMultiAssociatedObjectWithLabel | Error`.
917

1018
## [14.0.2](https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.2) - 2026-02-27
1119

@@ -1208,7 +1216,7 @@ to
12081216
25. getSubscriptions => getAll (webhooks()->subscriptionsApi())
12091217
26. updateSubscription => update (webhooks()->subscriptionsApi())
12101218

1211-
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/13.2.0...HEAD
1219+
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/14.0.3...HEAD
12121220
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta
12131221
[1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0
12141222
[1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0
@@ -1277,3 +1285,4 @@ to
12771285
[14.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.0
12781286
[14.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.1
12791287
[14.0.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.2
1288+
[14.0.3]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.3

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

0 commit comments

Comments
 (0)