From f0e4e94b5721f27fe5a7b5f2ab017374e6183c3d Mon Sep 17 00:00:00 2001 From: alexey Date: Thu, 14 Mar 2024 16:44:14 +0300 Subject: [PATCH 1/2] v9.0.0 --- CHANGELOG.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1633a69..50b29476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v9.0.0...HEAD) -## [9.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v8.2.1...v9.0.0) - 2024-02-20 +## [9.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v8.2.1...v9.0.0) - 2024-03-14 ### Automation Actions client @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `automation.actions.definitions_api.update()` method to accept `public_action_definition_patch` instead of `extension_action_definition_patch` and returned `PublicActionDefinition` instead `ExtensionActionDefinition`. - Updated `automation.actions.functions_api.create_or_replace()` method to return `PublicActionFunctionIdentifier` instead of `ActionFunctionIdentifier`. - Updated `automation.actions.functions_api.create_or_replace_by_function_type()` method to return `PublicActionFunctionIdentifier` instead of `ActionFunctionIdentifier`. -- Updated `automation.actions.functions_api.get_by_function_type()` method to return `PublicActionFunction` instead of `ActionFunction`. +- Updated `automation.actions.functions_api.get_by_fu nction_type()` method to return `PublicActionFunction` instead of `ActionFunction`. - Updated `automation.actions.functions_api.get_by_id()` method to return `PublicActionFunction` instead of `ActionFunction`. - Updated `automation.actions.functions_api.get_page()` method to return `CollectionResponsePublicActionFunctionIdentifierNoPaging` instead of `CollectionResponseActionFunctionIdentifierNoPaging`. - Updated `automation.actions.revisions_api.get_by_id()` method to return `PublicActionRevision` instead of `ActionRevision`. diff --git a/VERSION b/VERSION index 2b0aa212..f7ee0669 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.2.1 +9.0.0 From 2a4b5414b26a4a0d19d58002630024f2974cac9d Mon Sep 17 00:00:00 2001 From: alexey Date: Thu, 14 Mar 2024 16:46:54 +0300 Subject: [PATCH 2/2] clean up --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b29476..774c249b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `automation.actions.definitions_api.update()` method to accept `public_action_definition_patch` instead of `extension_action_definition_patch` and returned `PublicActionDefinition` instead `ExtensionActionDefinition`. - Updated `automation.actions.functions_api.create_or_replace()` method to return `PublicActionFunctionIdentifier` instead of `ActionFunctionIdentifier`. - Updated `automation.actions.functions_api.create_or_replace_by_function_type()` method to return `PublicActionFunctionIdentifier` instead of `ActionFunctionIdentifier`. -- Updated `automation.actions.functions_api.get_by_fu nction_type()` method to return `PublicActionFunction` instead of `ActionFunction`. +- Updated `automation.actions.functions_api.get_by_function_type()` method to return `PublicActionFunction` instead of `ActionFunction`. - Updated `automation.actions.functions_api.get_by_id()` method to return `PublicActionFunction` instead of `ActionFunction`. - Updated `automation.actions.functions_api.get_page()` method to return `CollectionResponsePublicActionFunctionIdentifierNoPaging` instead of `CollectionResponseActionFunctionIdentifierNoPaging`. - Updated `automation.actions.revisions_api.get_by_id()` method to return `PublicActionRevision` instead of `ActionRevision`.