Skip to content

Commit 7b3c87e

Browse files
committed
change spacing
1 parent ba02eb8 commit 7b3c87e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3838
- Remove unsupported characters from Elasticsearch index names [#153](https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/153)
3939
- Fixed GET /search sortby requests [#25](https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/25)
4040

41+
4142
## [v0.3.0]
4243

4344
### Added
@@ -50,11 +51,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5051
- Fields Extension [#129](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/129)
5152
- Support for Python 3.11 [#131](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/131)
5253

53-
5454
### Changed
5555

5656
- Updated core stac-fastapi libraries to 2.4.3 from 2.3.0 [#127](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/127)
5757

58+
5859
## [v0.2.0]
5960

6061
### Added
@@ -77,6 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7778
- When using bulk ingest, items will continue to be ingested if any of them fail. Previously, the call would fail
7879
immediately if any items failed.
7980

81+
8082
## [v0.1.0]
8183

8284
### Changed
@@ -88,6 +90,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8890
- Use genexp in execute_search and get_all_collections to return results.
8991
- Added db_to_stac serializer to item_collection method in core.py.
9092

93+
9194
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.0.0...main>
9295
[v1.0.0]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.3.0...v1.0.0>
9396
[v0.3.0]: <https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v0.2.0...v0.3.0>

0 commit comments

Comments
 (0)