Skip to content

Commit f16b85f

Browse files
atanasiuk-hubspotGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #132 from HubSpot/sdk-v
Bump version to 2.0.0
2 parents c7d5c0c + a241a7a commit f16b85f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Diff for: CHANGELOG.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v2.0.0...HEAD)
99

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
1117

1218
### Added
1319

@@ -17,13 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1723
- `cms.site_search` API client
1824
- `cms.url_redirects` API client
1925

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
2127

2228
### Added
2329

2430
- `validate_signature` method to webhooks utils
2531

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
2733

2834
### Added
2935

@@ -40,10 +46,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4046
- Dropped support for Python 3.4
4147
- Renamed webhooks `delete` method to `archive`
4248

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

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
2.0.0

0 commit comments

Comments
 (0)