Skip to content

Commit 2069023

Browse files
Merge pull request #290 from HubSpot/feature/bumpVersion
10.3.0
2 parents e635ab3 + a3901c6 commit 2069023

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,26 @@ 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.2.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/10.3.0...HEAD)
9+
10+
## [10.3.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.3.0) - 2023-12-13
11+
12+
## Updated
13+
14+
- Added `cms()->pages()` api client.
15+
- Added `crm()->lists()` api client.
16+
- Added `crm()->objects()->goals()` api client.
17+
- Added `crm()->objects()->taxes()` api client.
18+
- Added `events()->send()` api client.
19+
- Added `settings()->businessUnits()` api client.
20+
21+
## Fixed
22+
23+
- Fix non ascii chars.
924

1025
## [10.2.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.2.0) - 2023-11-23
1126

12-
### Updated
27+
## Updated
1328

1429
- Added `marketing()->forms()` api client.
1530
- Removed `composer.lock`.
@@ -628,4 +643,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
628643
[10.0.0-beta.3]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.3
629644
[10.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0
630645
[10.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.1
631-
[10.1.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.0
646+
[10.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.0
647+
[10.1.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.1
648+
[10.1.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.2
649+
[10.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.2.0
650+
[10.3.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.3.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": "10.2.0",
3+
"version": "10.3.0",
44
"description": "Hubspot API client",
55
"keywords": [
66
"hubspot",

0 commit comments

Comments
 (0)