diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ed9e9..d98d519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.3.3] - 2020-01-23 + +### Fixed +- Spelling of requester pays (was requestor) + ## [v0.3.2] - 2020-01-22 ### Changed @@ -74,6 +79,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Initial Release [Unreleased]: https://github.com/sat-utils/sat-stac/compare/master...develop +[v0.3.3]: https://github.com/sat-utils/sat-stac/compare/0.3.2...v0.3.3 [v0.3.2]: https://github.com/sat-utils/sat-stac/compare/0.3.1...v0.3.2 [v0.3.1]: https://github.com/sat-utils/sat-stac/compare/0.3.0...v0.3.1 [v0.3.0]: https://github.com/sat-utils/sat-stac/compare/0.2.0...v0.3.0 diff --git a/satstac/version.py b/satstac/version.py index 73e3bb4..80eb7f9 100644 --- a/satstac/version.py +++ b/satstac/version.py @@ -1 +1 @@ -__version__ = '0.3.2' +__version__ = '0.3.3'