@@ -5,11 +5,26 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
0 commit comments