diff --git a/CHANGELOG.md b/CHANGELOG.md index d34429f0..7c92d386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,16 @@ 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/12.0.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/12.1.0...HEAD) + +## [12.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0) - 2024-04-08 + +## Updated + +- Added `crm()->commerce()->invoices()` api client. +- Added `crm()->exports()` api client. +- Added `crm()->objects()->dealSplits()` api client. +- Added `marketing()->emails()` api client. ## [12.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/12.0.0) - 2024-10-28 @@ -846,7 +855,7 @@ ListAssociationsApi 25. getSubscriptions => getAll (webhooks()->subscriptionsApi()) 26. updateSubscription => update (webhooks()->subscriptionsApi()) -[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/12.0.0...HEAD +[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/12.1.0...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 @@ -904,3 +913,4 @@ ListAssociationsApi [11.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/11.2.0 [11.3.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/11.3.0 [12.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/12.0.0 +[12.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0 diff --git a/composer.json b/composer.json index 7e83bce1..b1b52063 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "12.0.0", + "version": "12.1.0", "description": "Hubspot API client", "keywords": [ "hubspot",