diff --git a/CHANGES.md b/CHANGES.md index 7fe92eb..adb2914 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,10 +2,13 @@ ## [Unreleased] + +## [2.5.0] - 2024-04-25 + ### Changed -- Updated stac-fastapi libraries to v2.5.4 ([#101](https://github.com/stac-utils/stac-fastapi-pgstac/pull/101)) -- +- Updated stac-fastapi libraries to v2.5.5 ([#101](https://github.com/stac-utils/stac-fastapi-pgstac/pull/101)) + ### Added - Ability to configure the database runtime parameters ([#92](https://github.com/stac-utils/stac-fastapi-pgstac/pull/92)) @@ -299,7 +302,9 @@ As a part of this release, this repository was extracted from the main - First PyPi release! -[Unreleased]: +[Unreleased]: +[2.5.0]: +[2.4.11]: [2.4.10]: [2.4.9]: [2.4.8]: diff --git a/VERSION b/VERSION index e393c3c..fad066f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.11 \ No newline at end of file +2.5.0 \ No newline at end of file diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index db1a489..d0881d9 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,3 +1,3 @@ """library version.""" -__version__ = "2.4.11" +__version__ = "2.5.0"