From 8db483f762ac1337027a00d3a8c08122f0dab3a7 Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Tue, 8 Apr 2025 17:23:08 +0300 Subject: [PATCH] Bump version to 12.1.0 --- CHANGELOG.md | 14 ++++++++++++-- composer.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d34429f0f..7c92d3860 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 7e83bce1a..b1b520633 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",