From 5b4ba1f6c26e6bebff3bd36518f20a841ed48dd0 Mon Sep 17 00:00:00 2001 From: ksvirkou-hubspot Date: Thu, 8 Jun 2023 15:36:35 +0300 Subject: [PATCH] 10.0.0 --- CHANGELOG.md | 9 ++++++++- composer.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e19b32..504ac2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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.3...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/10.0.0...HEAD) + +## [10.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0) - 2023-06-08 + +## Updated + +- Fix `Utils\OAuth2::getAuthUrl()` (don't add empty scopes or optional scopes to OAuth url). ## [10.0.0-beta.3](https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0-beta.3) - 2023-05-11 @@ -558,3 +564,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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 +[10.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/10.0.0 diff --git a/composer.json b/composer.json index b222efd4..9a2a1e51 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "hubspot/api-client", - "version": "10.0.0-beta.3", + "version": "10.0.0", "description": "Hubspot API client", "keywords": [ "hubspot",