From 649afdcf115468d96ae2e201b15c9879d3f2972e Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Wed, 4 Mar 2026 15:26:22 +0000 Subject: [PATCH] 14.0.3 --- CHANGELOG.md | 13 +++++++++++-- composer.json | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cff21359..402de8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/14.0.2...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/14.0.3...HEAD) + +## [14.0.3](https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.3) - 2026-03-05 + +### CRM Association V4 + +- Updated `crm()->associations()->v4()->basicApi()->create()` method to return status code `201`. +- Updated the return type of the response object in `crm()->associations()->v4()->basicApi()->create()` to return `LabelsBetweenObjectPair | Error` instead of `CreatedResponseLabelsBetweenObjectPair | Error`. +- Updated the return type of the response object in `crm()->associations()->v4()->basicApi()->getPage()` to return `CollectionResponseMultiAssociatedObjectWithLabelForwardPaging | Error` instead of `CollectionResponseMultiAssociatedObjectWithLabel | Error`. ## [14.0.2](https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.2) - 2026-02-27 @@ -1208,7 +1216,7 @@ to 25. getSubscriptions => getAll (webhooks()->subscriptionsApi()) 26. updateSubscription => update (webhooks()->subscriptionsApi()) -[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/13.2.0...HEAD +[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/14.0.3...HEAD [1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta [1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0 [1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0 @@ -1277,3 +1285,4 @@ to [14.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.0 [14.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.1 [14.0.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.2 +[14.0.3]: https://github.com/HubSpot/hubspot-api-php/releases/tag/14.0.3 diff --git a/composer.json b/composer.json index 90d9394f..3b520feb 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "14.0.2", + "version": "14.0.3", "description": "Hubspot API client", "keywords": [ "hubspot",