Skip to content

Commit

Permalink
Merge pull request #132 from HubSpot/sdk-v
Browse files Browse the repository at this point in the history
Bump version to 2.0.0
  • Loading branch information
atanasiuk-hubspot authored and GitHub Enterprise committed Jun 16, 2020
2 parents c7d5c0c + a241a7a commit f16b85f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
2.0.0

0 comments on commit f16b85f

Please sign in to comment.