Skip to content

Commit 3f0feac

Browse files
Merge pull request #276 from HubSpot/bump/version
10.1.1
2 parents ab04b3a + ab5ee18 commit 3f0feac

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 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/10.1.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/10.1.1...HEAD)
9+
10+
## [10.1.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.1) - 2023-11-15
11+
12+
## Fixed
13+
14+
- Fix `HubSpot\RetryMiddlewareFactory` class.
915

1016
## [10.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.0) - 2023-07-27
1117

@@ -245,7 +251,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
245251
### Added
246252

247253
- `crm()->quotes()->publicObjectApi()`
248-
- added `$id_property` to `update` and `getById` methods of `crm()->contacts()->basicApi()`
254+
- added `$id_property` to `update` and `getById` methods of `crm()->contacts()->basicApi()`
249255

250256
## [8.1.2](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.1.2) - 2022-05-12
251257

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

0 commit comments

Comments
 (0)