diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d27af..01a8b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/ ## [Unreleased] + +## [v3.2.1] + ### Changed - Updated sfeos core to v2.4.1, added new tests from sfeos. [#21](https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/pull/21) @@ -62,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/ ---- -[Unreleased]: +[Unreleased]: +[v3.2.1]: [v3.2.0]: [v3.1.0]: [v3.0.1]: diff --git a/setup.py b/setup.py index ffa3f8f..51950cd 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name="stac-fastapi.mongo", - version="3.2.0", + version="3.2.1", description="Mongodb stac-fastapi backend.", long_description=desc, long_description_content_type="text/markdown",