Skip to content

Commit e73dabf

Browse files
Merge pull request #445 from HubSpot/feature/bumpVersion12.1.0
Bump version to 12.1.0
2 parents 676fb61 + 8db483f commit e73dabf

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ 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/12.0.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/12.1.0...HEAD)
9+
10+
## [12.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0) - 2024-04-08
11+
12+
## Updated
13+
14+
- Added `crm()->commerce()->invoices()` api client.
15+
- Added `crm()->exports()` api client.
16+
- Added `crm()->objects()->dealSplits()` api client.
17+
- Added `marketing()->emails()` api client.
918

1019
## [12.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/12.0.0) - 2024-10-28
1120

@@ -846,7 +855,7 @@ ListAssociationsApi
846855
25. getSubscriptions => getAll (webhooks()->subscriptionsApi())
847856
26. updateSubscription => update (webhooks()->subscriptionsApi())
848857

849-
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/12.0.0...HEAD
858+
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/12.1.0...HEAD
850859
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta
851860
[1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0
852861
[1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0
@@ -904,3 +913,4 @@ ListAssociationsApi
904913
[11.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/11.2.0
905914
[11.3.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/11.3.0
906915
[12.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/12.0.0
916+
[12.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0

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

0 commit comments

Comments
 (0)