From a241a7aeff990c6dd7e12d672ef384edfa20c9a5 Mon Sep 17 00:00:00 2001 From: Aleh Tanasiuk Date: Tue, 16 Jun 2020 11:35:38 +0300 Subject: [PATCH] Bump version to 2.0.0 --- CHANGELOG.md | 22 +++++++++++----------- VERSION | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 071ac350..04537bde 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] +## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v2.0.0...HEAD) -## [1.2.0] - 2020-06-12 +## [2.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v1.2.0...v2.0.0) - 2020-06-16 + +### Incompatible Changes + +- `crm.imports.core_api.get_all` method is replaced with `crm.imports.core_api.get_page` + +## [1.2.0](https://github.com/HubSpot/hubspot-api-python/compare/v1.1.0...v1.2.0) - 2020-06-12 ### Added @@ -17,13 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `cms.site_search` API client - `cms.url_redirects` API client -## [1.1.0] - 2020-05-26 +## [1.1.0](https://github.com/HubSpot/hubspot-api-python/compare/v1.0.0...v1.1.0) - 2020-05-26 ### Added - `validate_signature` method to webhooks utils -## [1.0.0] - 2020-04-30 +## [1.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v1.0.0-beta...v1.0.0) - 2020-04-30 ### Added @@ -40,10 +46,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dropped support for Python 3.4 - Renamed webhooks `delete` method to `archive` -## [1.0.0-beta] - 2020-04-16 - -[unreleased]: https://github.com/HubSpot/hubspot-api-python/compare/v1.2.0...HEAD -[1.2.0]: https://github.com/HubSpot/hubspot-api-python/compare/v1.1.0...v1.2.0 -[1.1.0]: https://github.com/HubSpot/hubspot-api-python/compare/v1.0.0...v1.1.0 -[1.0.0]: https://github.com/HubSpot/hubspot-api-python/compare/v1.0.0-beta...v1.0.0 -[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-python/releases/tag/v1.0.0-beta +## [1.0.0-beta](https://github.com/HubSpot/hubspot-api-python/releases/tag/v1.0.0-beta) - 2020-04-16 diff --git a/VERSION b/VERSION index 26aaba0e..227cea21 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +2.0.0