@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ ## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-python/compare/v2.0.0...HEAD )
9
9
10
- ## [ 1.2.0] - 2020-06-12
10
+ ## [ 2.0.0] ( https://github.com/HubSpot/hubspot-api-python/compare/v1.2.0...v2.0.0 ) - 2020-06-16
11
+
12
+ ### Incompatible Changes
13
+
14
+ - ` crm.imports.core_api.get_all ` method is replaced with ` crm.imports.core_api.get_page `
15
+
16
+ ## [ 1.2.0] ( https://github.com/HubSpot/hubspot-api-python/compare/v1.1.0...v1.2.0 ) - 2020-06-12
11
17
12
18
### Added
13
19
@@ -17,13 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
23
- ` cms.site_search ` API client
18
24
- ` cms.url_redirects ` API client
19
25
20
- ## [ 1.1.0] - 2020-05-26
26
+ ## [ 1.1.0] ( https://github.com/HubSpot/hubspot-api-python/compare/v1.0.0...v1.1.0 ) - 2020-05-26
21
27
22
28
### Added
23
29
24
30
- ` validate_signature ` method to webhooks utils
25
31
26
- ## [ 1.0.0] - 2020-04-30
32
+ ## [ 1.0.0] ( https://github.com/HubSpot/hubspot-api-python/compare/v1.0.0-beta...v1.0.0 ) - 2020-04-30
27
33
28
34
### Added
29
35
@@ -40,10 +46,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
46
- Dropped support for Python 3.4
41
47
- Renamed webhooks ` delete ` method to ` archive `
42
48
43
- ## [ 1.0.0-beta] - 2020-04-16
44
-
45
- [ unreleased ] : https://github.com/HubSpot/hubspot-api-python/compare/v1.2.0...HEAD
46
- [ 1.2.0 ] : https://github.com/HubSpot/hubspot-api-python/compare/v1.1.0...v1.2.0
47
- [ 1.1.0 ] : https://github.com/HubSpot/hubspot-api-python/compare/v1.0.0...v1.1.0
48
- [ 1.0.0 ] : https://github.com/HubSpot/hubspot-api-python/compare/v1.0.0-beta...v1.0.0
49
- [ 1.0.0-beta ] : https://github.com/HubSpot/hubspot-api-python/releases/tag/v1.0.0-beta
49
+ ## [ 1.0.0-beta] ( https://github.com/HubSpot/hubspot-api-python/releases/tag/v1.0.0-beta ) - 2020-04-16
0 commit comments