From f6ab24fdf31fab2b60807e142d0646baa09dde53 Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Mon, 17 Nov 2025 15:23:32 +0300 Subject: [PATCH 1/2] 13.1.1 --- CHANGELOG.md | 8 +++++++- composer.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc89448a..96b6b99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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/13.1.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/13.1.1...HEAD) + +## [13.1.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/13.1.1) - 2025-11-17 + +### Fixes + +- Fixed typing in `ObjectTypeIDs` enum. ## [13.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/13.1.0) - 2025-11-13 diff --git a/composer.json b/composer.json index 3d69e992..705d5f6d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "13.1.0", + "version": "13.1.1", "description": "Hubspot API client", "keywords": [ "hubspot", From 45323b67acf3facd3af0f82aa5946acf5ffa8a5b Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Mon, 17 Nov 2025 15:28:53 +0300 Subject: [PATCH 2/2] Fix versions --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b6b99c..2c954ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -996,7 +996,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 25. getSubscriptions => getAll (webhooks()->subscriptionsApi()) 26. updateSubscription => update (webhooks()->subscriptionsApi()) -[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/13.1.0...HEAD +[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/13.1.1...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 @@ -1059,4 +1059,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [13.0.0beta.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.0.0beta.1 [13.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.0.0 [13.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.0.1 -[13.1.10]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.1.0 +[13.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.1.0 +[13.1.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.1.1