Skip to content

Commit da53d40

Browse files
Merge pull request #530 from HubSpot/feature/bumpVersion13.2.0
13.2.0
2 parents 96b6faa + bcb6523 commit da53d40

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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/13.1.1...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/13.2.0...HEAD)
9+
10+
## [13.2.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/13.2.0) - 2025-12-17
11+
12+
### Updates
13+
14+
- Updated `ObjectType` enum.
915

1016
## [13.1.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/13.1.1) - 2025-11-17
1117

@@ -996,7 +1002,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9961002
25. getSubscriptions => getAll (webhooks()->subscriptionsApi())
9971003
26. updateSubscription => update (webhooks()->subscriptionsApi())
9981004

999-
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/13.1.1...HEAD
1005+
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/13.2.0...HEAD
10001006
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta
10011007
[1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0
10021008
[1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0
@@ -1061,3 +1067,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10611067
[13.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.0.1
10621068
[13.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.1.0
10631069
[13.1.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.1.1
1070+
[13.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.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": "13.1.1",
3+
"version": "13.2.0",
44
"description": "Hubspot API client",
55
"keywords": [
66
"hubspot",

0 commit comments

Comments
 (0)