From 9887fdcd255dfb1c754adbe67ba4f4fc23c2cdb2 Mon Sep 17 00:00:00 2001 From: Jonathan Healy Date: Thu, 25 Apr 2024 23:34:48 +0800 Subject: [PATCH] v2.5.0 release (#106) * v2.5.0 release * fix missing changelog link --------- Co-authored-by: vincentsarago --- CHANGES.md | 11 ++++++++--- VERSION | 2 +- stac_fastapi/pgstac/version.py | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) 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"