Skip to content

Commit

Permalink
Merge pull request #18 from Healy-Hyperspatial/release/v3.1.0
Browse files Browse the repository at this point in the history
update for v3.1.0
  • Loading branch information
jonhealy1 authored Apr 26, 2024
2 parents 17fec49 + 0742c37 commit 08dfb16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -47,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/

----

[Unreleased]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.1...main>
[Unreleased]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.1.0...main>
[v3.1.0]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.1...v3.1.0>
[v3.0.1]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.0...v3.0.1>
[v3.0.0]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/tree/v3.0.0>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 08dfb16

Please sign in to comment.