diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa99a86..c5ce0930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,22 @@ 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.0.0-beta.2...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/10.0.0-beta.3...HEAD) + +## [10.0.0-beta.3](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.3) - 2023-05-11 + +## Added + +- `crm()->objects()->communications()` Api client. +- `crm()->associations()->v4()->basicApi()` Api. +- `Enums\AssociationTypes` Enum. + +## Updated + +- `crm()->associations()->typesApi()` => `crm()->associations()->schema()->typesApi()`. +- `crm()->associations()->v4()->definitionsApi()` => `crm()->associations()->v4()->schema()->definitionsApi()`. +- Removed deprecated `Webhooks` util. + ## [10.0.0-beta.2](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.2) - 2023-04-27 @@ -530,3 +545,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [9.4.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/9.4.0 [10.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta [10.0.0-beta.2]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.2 +[10.0.0-beta.3]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.3 diff --git a/composer.json b/composer.json index 2aba4d60..b222efd4 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "10.0.0-beta.2", + "version": "10.0.0-beta.3", "description": "Hubspot API client", "keywords": [ "hubspot", diff --git a/lib/Enums/AssociationTypes.php b/lib/Enums/AssociationTypes.php index 02f3da04..21529039 100644 --- a/lib/Enums/AssociationTypes.php +++ b/lib/Enums/AssociationTypes.php @@ -1,4 +1,5 @@