Skip to content

Commit 0db9746

Browse files
Merge pull request #360 from HubSpot/feature/csFix
Bump version to 11.1.0
2 parents d9e757a + a8570fc commit 0db9746

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 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/11.0.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/11.1.0...HEAD)
9+
10+
## [11.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/11.1.0) - 2024-04-18
11+
12+
### CRM Lists Beta
13+
14+
- Cnanged type of `list_id`, `app_id`, `email_id` and `business_unit_id` from `int` to `string` in whole client.
15+
- Added method `getLists()` to `crm()->lists()->membershipsApi()`.
16+
- Changed the return type from `CollectionResponseLong|Error` to `ApiCollectionResponseJoinTimeAndRecordId|Error` of `getPage()` method of `crm()->lists()->membershipsApi()`.
17+
- Changed type from `int` to `string` in `HubSpot\Client\Crm\Lists\Model\PublicObjectList:updated_by_id` and `HubSpot\Client\Crm\Lists\Model\PublicObjectList:created_by_id`.
918

1019
## [11.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/11.0.0) - 2024-03-06
1120

@@ -735,7 +744,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
735744
25. getSubscriptions => getAll (webhooks()->subscriptionsApi())
736745
26. updateSubscription => update (webhooks()->subscriptionsApi())
737746

738-
[unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/8.2.1...HEAD
747+
[unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/11.1.0...HEAD
739748
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta
740749
[1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0
741750
[1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0
@@ -788,3 +797,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
788797
[10.1.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.2
789798
[10.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.2.0
790799
[10.3.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.3.0
800+
[11.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/11.0.0
801+
[11.1.0]:https://github.com/HubSpot/hubspot-api-php/releases/tag/11.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": "11.0.0",
3+
"version": "11.1.0",
44
"description": "Hubspot API client",
55
"keywords": [
66
"hubspot",

0 commit comments

Comments
 (0)