diff --git a/CHANGELOG.md b/CHANGELOG.md index 1658bfae..6869a8a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,28 @@ 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/3.1.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/4.0.0...HEAD) + +## [4.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/3.1.0) - 2021-09-07 + +### Added + +- `crm()->objects()->gdprApi()` API client +- `crm()->contacts()->gdprApi()` API client + +### Fixed (breaking changes) + +- `oauth()` fully regenerated +- `cms()->auditLogs()->defaultApi()` => `cms()->auditLogs()->auditLogsApi()` +- `cms()->blogs()->authors()->defaultApi()` => `cms()->blogs()->authors()->authorApi()` +- `cms()->blogs()->blogPosts()->defaultApi()` => `cms()->blogs()->blogPosts()->blogPostApi()` +- `cms()->blogs()->tags()->defaultApi()` => `cms()->blogs()->tags()->tagApi()` +- `cms()->performance()->defaultApi()` => `cms()->performance()->publicPerformanceApi()` +- `cms()->siteSearch()->defaultApi()` => `cms()->siteSearch()->publicApi()` +- `crm()->imports()->defaultApi()` => `crm()->imports()->publicImportsApi()` +- `crm()->owners()->defaultApi()` => `crm()->owners()->ownersApi()` +- `crm()->schemas()->defaultApi()` => `crm()->schemas()->publicObjectSchemasApi()` and `crm()->schemas()->coreApi()` +- `marketing()->transactional()->defaultApi()` => `marketing()->transactional()->publicSmtpTokensApi()` and `marketing()->transactional()->singleSendApi()` ## [3.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/3.1.0) - 2021-07-22 diff --git a/composer.json b/composer.json index f461b4a4..63236821 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "3.1.0", + "version": "4.0.0", "description": "Hubspot API client", "keywords": [ "hubspot",