Skip to content

Commit

Permalink
Merge pull request #290 from HubSpot/feature/bumpVersion
Browse files Browse the repository at this point in the history
10.3.0
  • Loading branch information
ksvirkou-hubspot authored Dec 13, 2023
2 parents e635ab3 + a3901c6 commit 2069023
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/10.2.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/10.3.0...HEAD)

## [10.3.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.3.0) - 2023-12-13

## Updated

- Added `cms()->pages()` api client.
- Added `crm()->lists()` api client.
- Added `crm()->objects()->goals()` api client.
- Added `crm()->objects()->taxes()` api client.
- Added `events()->send()` api client.
- Added `settings()->businessUnits()` api client.

## Fixed

- Fix non ascii chars.

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

### Updated
## Updated

- Added `marketing()->forms()` api client.
- Removed `composer.lock`.
Expand Down Expand Up @@ -628,4 +643,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[10.0.0-beta.3]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.3
[10.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0
[10.0.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.1
[10.1.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.0
[10.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.0
[10.1.1]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.1
[10.1.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.1.2
[10.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.2.0
[10.3.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.3.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubspot/api-client",
"version": "10.2.0",
"version": "10.3.0",
"description": "Hubspot API client",
"keywords": [
"hubspot",
Expand Down

0 comments on commit 2069023

Please sign in to comment.