Skip to content

Commit df7f160

Browse files
Bump version to 12.2.0
1 parent acb722b commit df7f160

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/12.1.0...HEAD)
99

10-
## [12.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0) - 2024-04-08
10+
## [12.2.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/12.2.0) - 2025-04-28
11+
12+
## Updated
13+
14+
- Marked `cms()->performance()` API client as deprecated.
15+
16+
## [12.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0) - 2025-04-08
1117

1218
## Updated
1319

@@ -855,7 +861,7 @@ ListAssociationsApi
855861
25. getSubscriptions => getAll (webhooks()->subscriptionsApi())
856862
26. updateSubscription => update (webhooks()->subscriptionsApi())
857863

858-
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/12.1.0...HEAD
864+
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/12.2.0...HEAD
859865
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta
860866
[1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0
861867
[1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0
@@ -914,3 +920,4 @@ ListAssociationsApi
914920
[11.3.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/11.3.0
915921
[12.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/12.0.0
916922
[12.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0
923+
[12.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/12.2.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.1.0",
3+
"version": "12.2.0",
44
"description": "Hubspot API client",
55
"keywords": [
66
"hubspot",

lib/Discovery/Cms/Performance/Discovery.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use HubSpot\Discovery\DiscoveryBase;
77

88
/**
9+
* @deprecated
910
* @method PublicPerformanceApi publicPerformanceApi()
1011
*/
1112
class Discovery extends DiscoveryBase {}

0 commit comments

Comments
 (0)