diff --git a/CHANGES.md b/CHANGES.md index 3dc6f3904..bd3ecd37b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [2.4.8] - 2023-06-07 + +### Changed + +* Advertise STAC API v1.0.0 ([#578](https://github.com/stac-utils/stac-fastapi/pull/578)) + ## [2.4.7] - 2023-05-16 ### Added @@ -269,7 +275,8 @@ * First PyPi release! -[Unreleased]: +[Unreleased]: +[2.4.8]: [2.4.7]: [2.4.6]: [2.4.5]: diff --git a/VERSION b/VERSION index 48a6b508d..752a79ef3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.7 \ No newline at end of file +2.4.8 \ 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 420fb4cba..c7eb85e28 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.7" +__version__ = "2.4.8" diff --git a/stac_fastapi/extensions/stac_fastapi/extensions/version.py b/stac_fastapi/extensions/stac_fastapi/extensions/version.py index 420fb4cba..c7eb85e28 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.7" +__version__ = "2.4.8" diff --git a/stac_fastapi/types/stac_fastapi/types/version.py b/stac_fastapi/types/stac_fastapi/types/version.py index 420fb4cba..c7eb85e28 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.7" +__version__ = "2.4.8"