From 0134071086eda4e14e9300b331d8fb8317383efa Mon Sep 17 00:00:00 2001 From: "ds-release-bot[bot]" <116609932+ds-release-bot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:10:39 +0000 Subject: [PATCH 1/2] chore(main): release 1.0.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9122998d..be133996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0](https://github.com/developmentseed/stac-auth-proxy/compare/v0.10.1...v1.0.0) (2025-12-15) + + +### ⚠ BREAKING CHANGES + +* **auth:** Authentication failures now return 401 instead of 403 + +### Bug Fixes + +* **auth:** correct HTTP status codes for authentication and authorization failures ([#108](https://github.com/developmentseed/stac-auth-proxy/issues/108)) ([17227e4](https://github.com/developmentseed/stac-auth-proxy/commit/17227e447c188d73426ed1771cc45d95b141a4e9)) +* Ensure x-forwarded-port header is used in Forwarded header ([#115](https://github.com/developmentseed/stac-auth-proxy/issues/115)) ([78525b1](https://github.com/developmentseed/stac-auth-proxy/commit/78525b131b259748e00df1e38c54fb152414da4d)) + ## [0.10.1](https://github.com/developmentseed/stac-auth-proxy/compare/v0.10.0...v0.10.1) (2025-12-03) diff --git a/pyproject.toml b/pyproject.toml index 4c3ac1b0..945014e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ license = {file = "LICENSE"} name = "stac-auth-proxy" readme = "README.md" requires-python = ">=3.10" -version = "0.10.1" +version = "1.0.0" [project.optional-dependencies] docs = [ From 48d8b3e5b45ad24bd9671b2e5441274556deecd9 Mon Sep 17 00:00:00 2001 From: Anthony Lukach Date: Mon, 15 Dec 2025 14:59:39 -0800 Subject: [PATCH 2/2] Manually correct version --- CHANGELOG.md | 7 ++----- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be133996..88c8d877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,11 @@ # Changelog -## [1.0.0](https://github.com/developmentseed/stac-auth-proxy/compare/v0.10.1...v1.0.0) (2025-12-15) +## [0.11.0](https://github.com/developmentseed/stac-auth-proxy/compare/v0.10.1...v0.11.0) (2025-12-15) -### ⚠ BREAKING CHANGES - -* **auth:** Authentication failures now return 401 instead of 403 - ### Bug Fixes +* **auth:** Authentication failures now return 401 instead of 403 * **auth:** correct HTTP status codes for authentication and authorization failures ([#108](https://github.com/developmentseed/stac-auth-proxy/issues/108)) ([17227e4](https://github.com/developmentseed/stac-auth-proxy/commit/17227e447c188d73426ed1771cc45d95b141a4e9)) * Ensure x-forwarded-port header is used in Forwarded header ([#115](https://github.com/developmentseed/stac-auth-proxy/issues/115)) ([78525b1](https://github.com/developmentseed/stac-auth-proxy/commit/78525b131b259748e00df1e38c54fb152414da4d)) diff --git a/pyproject.toml b/pyproject.toml index 945014e1..7f0a79ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ license = {file = "LICENSE"} name = "stac-auth-proxy" readme = "README.md" requires-python = ">=3.10" -version = "1.0.0" +version = "0.11.0" [project.optional-dependencies] docs = [