diff --git a/CHANGES.md b/CHANGES.md index 2b412900c..16bc9a809 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,8 +2,16 @@ ## [Unreleased] -* Forward `x-forwarded-host` ([#586](https://github.com/stac-utils/stac-fastapi/pull/586)) +## [2.4.9] - 2023-11-17 + +### Added + * Add CQL2-json to filter conformance class ([#611](https://github.com/stac-utils/stac-fastapi/issues/611)) +* Add Elasticsearch backend ([#616](https://github.com/stac-utils/stac-fastapi/pull/616)) + +### Changed + +* Forward `x-forwarded-host` ([#586](https://github.com/stac-utils/stac-fastapi/pull/586)) * Add `method` parameter to Bulk Transactions extension in order to support upserting bulk data ([#614](https://github.com/stac-utils/stac-fastapi/pull/614)) ## [2.4.8] - 2023-06-07 @@ -279,7 +287,8 @@ * First PyPi release! -[Unreleased]: +[Unreleased]: +[2.4.9]: [2.4.8]: [2.4.7]: [2.4.6]: diff --git a/VERSION b/VERSION index 752a79ef3..158349812 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.8 \ No newline at end of file +2.4.9 \ No newline at end of file diff --git a/stac_fastapi/api/stac_fastapi/api/version.py b/stac_fastapi/api/stac_fastapi/api/version.py index c7eb85e28..bb0c7c379 100644 --- a/stac_fastapi/api/stac_fastapi/api/version.py +++ b/stac_fastapi/api/stac_fastapi/api/version.py @@ -1,2 +1,2 @@ """Library version.""" -__version__ = "2.4.8" +__version__ = "2.4.9" diff --git a/stac_fastapi/extensions/stac_fastapi/extensions/version.py b/stac_fastapi/extensions/stac_fastapi/extensions/version.py index c7eb85e28..bb0c7c379 100644 --- a/stac_fastapi/extensions/stac_fastapi/extensions/version.py +++ b/stac_fastapi/extensions/stac_fastapi/extensions/version.py @@ -1,2 +1,2 @@ """Library version.""" -__version__ = "2.4.8" +__version__ = "2.4.9" diff --git a/stac_fastapi/types/stac_fastapi/types/version.py b/stac_fastapi/types/stac_fastapi/types/version.py index c7eb85e28..bb0c7c379 100644 --- a/stac_fastapi/types/stac_fastapi/types/version.py +++ b/stac_fastapi/types/stac_fastapi/types/version.py @@ -1,2 +1,2 @@ """Library version.""" -__version__ = "2.4.8" +__version__ = "2.4.9"