Skip to content

Commit 08dfb16

Browse files
authored
Merge pull request #18 from Healy-Hyperspatial/release/v3.1.0
update for v3.1.0
2 parents 17fec49 + 0742c37 commit 08dfb16

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/
77

88
## [Unreleased]
99

10+
11+
## [v3.1.0]
12+
1013
### Added
1114

1215
- 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/
4750

4851
----
4952

50-
[Unreleased]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.1...main>
53+
[Unreleased]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.1.0...main>
54+
[v3.1.0]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.1...v3.1.0>
5155
[v3.0.1]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.0...v3.0.1>
5256
[v3.0.0]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/tree/v3.0.0>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="stac-fastapi.mongo",
33-
version="3.0.1",
33+
version="3.1.0",
3434
description="Mongodb stac-fastapi backend.",
3535
long_description=desc,
3636
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)