File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
elasticsearch/stac_fastapi/elasticsearch
opensearch/stac_fastapi/opensearch Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Added
11
11
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+
17
+ ## [ v2.1.0]
18
+
19
+ ### Added
20
+
12
21
- Added explicit mapping for ID in ` ES_COLLECTIONS_MAPPINGS ` [ #198 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/198 )
13
22
14
23
### Changed
@@ -128,7 +137,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
128
137
- Added db_to_stac serializer to item_collection method in core.py.
129
138
130
139
131
- [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.0.0...main >
140
+ [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.1.0...main >
141
+ [ v2.1.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.0.0...v2.1.0 >
132
142
[ v2.0.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.1.0...v2.0.0 >
133
143
[ v1.1.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.0.0...v1.1.0 >
134
144
[ v1.0.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.3.0...v1.0.0 >
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "2.0 .0"
2
+ __version__ = "2.1 .0"
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "2.0 .0"
2
+ __version__ = "2.1 .0"
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "2.0 .0"
2
+ __version__ = "2.1 .0"
You can’t perform that action at this time.
0 commit comments