From 6b76c98b6c29f4c433cc505a65f4095b92c47ad7 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Thu, 20 Nov 2025 16:53:44 +0100 Subject: [PATCH 1/2] update changelog --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9d46bdbf..6d598257 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [6.1.1] - 2025-11-20 + ### Fixed - Parsing of `CORS_ORIGINS`, `CORS_HEADERS`, and `CORS_METHODS` from environment variables ([#313](https://github.com/stac-utils/stac-fastapi-pgstac/pull/313)) @@ -516,7 +518,8 @@ As a part of this release, this repository was extracted from the main - First PyPi release! -[Unreleased]: +[Unreleased]: +[6.1.1]: [6.1.0]: [6.0.2]: [6.0.1]: From 4d9c1d4f3429f3cc8fd80e436b15bf446df66e4c Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Thu, 20 Nov 2025 16:53:47 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=206.1.0=20=E2=86=92=206.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- pyproject.toml | 2 +- stac_fastapi/pgstac/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index dfda3e0b..f3b5af39 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.0 +6.1.1 diff --git a/pyproject.toml b/pyproject.toml index 39229668..e1ae7dde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,7 +144,7 @@ ignore = [ ] [tool.bumpversion] -current_version = "6.1.0" +current_version = "6.1.1" parse = """(?x) (?P\\d+)\\. (?P\\d+)\\. diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index 3da5de30..72c0a526 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,3 +1,3 @@ """library version.""" -__version__ = "6.1.0" +__version__ = "6.1.1"