diff --git a/CHANGELOG.md b/CHANGELOG.md index 410c5ca..896bee8 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.1.0] + ### Added - Added option to include Basic Auth. [#12](https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/issues/12) @@ -47,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/ ---- -[Unreleased]: +[Unreleased]: +[v3.1.0]: [v3.0.1]: [v3.0.0]: diff --git a/setup.py b/setup.py index da1e49f..dd58378 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name="stac-fastapi.mongo", - version="3.0.1", + version="3.1.0", description="Mongodb stac-fastapi backend.", long_description=desc, long_description_content_type="text/markdown",