From f3cba66a45b713a5a49baadd222a1e150fc2af64 Mon Sep 17 00:00:00 2001 From: alexey Date: Fri, 13 Dec 2024 10:55:48 +0300 Subject: [PATCH 1/3] Update Changelog 11.1.0 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b5858f..0800f233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ 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-python/compare/v11.0.0...HEAD) +## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v11.1.0...HEAD) -## [11.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v10.0.0...v11.0.0) - 2024-11-27 +## [11.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v11.0.0...v11.1.0) - 2024-12-23 + +## Fix + +- Signature compatibility with python <3.11. +- Wrong change definition at 9.0.0 changelog. +- Urllib3 requirements. ## Associations From 3e54707afd27209e1448de231cd79de9bb3e3560 Mon Sep 17 00:00:00 2001 From: alexey Date: Fri, 13 Dec 2024 10:59:50 +0300 Subject: [PATCH 2/3] clean up --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0800f233..33fe6a1e 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/v11.1.0...HEAD) -## [11.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v11.0.0...v11.1.0) - 2024-12-23 +## [11.1.0](https://github.com/HubSpot/hubspot-api-python/compare/v11.0.0...v11.1.0) - 2024-12-23 ## Fix From ead3ce9fcc32fab9c8f79855c8de1085f3160c67 Mon Sep 17 00:00:00 2001 From: alexey Date: Fri, 13 Dec 2024 11:00:24 +0300 Subject: [PATCH 3/3] clean up --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33fe6a1e..d15060fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Wrong change definition at 9.0.0 changelog. - Urllib3 requirements. +## [11.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v10.0.0...v11.0.0) - 2024-11-27 + ## Associations - Added `assiciations.v4.report_api` Api.