Skip to content

Commit efd7af3

Browse files
Merge pull request #498 from HubSpot/feature/13.0.1
Bump version to 13.0.1
2 parents a9e1aa6 + 52b339f commit efd7af3

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

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.0.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/13.0.1...HEAD)
9+
10+
## [13.0.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/13.0.1) - 2025-05-13
11+
12+
### Updates
13+
14+
- Fixed `RetryMiddlewareFactory`.
915

1016
## [13.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/13.0.0) - 2025-05-12
1117

@@ -976,7 +982,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
976982
25. getSubscriptions => getAll (webhooks()->subscriptionsApi())
977983
26. updateSubscription => update (webhooks()->subscriptionsApi())
978984

979-
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/13.0.0...HEAD
985+
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/13.0.1...HEAD
980986
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta
981987
[1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0
982988
[1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0
@@ -1038,3 +1044,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10381044
[12.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/12.2.0
10391045
[13.0.0beta.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.0.0beta.1
10401046
[13.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.0.0
1047+
[13.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/13.0.1

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

0 commit comments

Comments
 (0)