diff --git a/CHANGES.md b/CHANGES.md index 053e11c..4a37dae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [2.4.10] - 2023-08-18 + ### Fixed - Added back the `CMD` to the Dockerfile that was dropped during the repo split ([#52](https://github.com/stac-utils/stac-fastapi-pgstac/pull/52)) @@ -283,7 +285,8 @@ As a part of this release, this repository was extracted from the main - First PyPi release! -[Unreleased]: +[Unreleased]: +[2.4.10]: [2.4.9]: [2.4.8]: [2.4.7]: diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index 1fc29bf..b6f9989 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,2 +1,2 @@ """library version.""" -__version__ = "2.4.9" +__version__ = "2.4.10"