diff --git a/CHANGES.md b/CHANGES.md index 5ea2ca0..1b93d96 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [2.4.8] - 2023-06-08 + +### Changed + +- Updated **stac-fastapi** to v2.4.8, which updates our STAC API version to v1.0.0 ([#40](https://github.com/stac-utils/stac-fastapi-pgstac/pull/40)) + ## [2.4.7] - 2023-05-17 ### Added @@ -267,7 +273,8 @@ As a part of this release, this repository was extracted from the main - First PyPi release! -[Unreleased]: +[Unreleased]: +[2.4.8]: [2.4.7]: [2.4.6]: [2.4.5]: diff --git a/VERSION b/VERSION index 48a6b50..752a79e 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/setup.py b/setup.py index 0af1f7b..0a48639 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,9 @@ "orjson", "pydantic[dotenv]>=1.10.8", # https://github.com/pydantic/pydantic/issues/5821 "stac_pydantic==2.0.*", - "stac-fastapi.types~=2.4.7", - "stac-fastapi.api~=2.4.7", - "stac-fastapi.extensions~=2.4.7", + "stac-fastapi.types~=2.4.8", + "stac-fastapi.api~=2.4.8", + "stac-fastapi.extensions~=2.4.8", "asyncpg", "buildpg", "brotli_asgi", diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index cca8b3f..f18a6d6 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,2 +1,2 @@ """library version.""" -__version__ = "2.4.7" +__version__ = "2.4.8"