diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ddfa3e3..8ad7375 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.1" + ".": "0.11.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff433d..e4f8967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.2](https://github.com/developmentseed/stac-auth-proxy/compare/v0.11.1...v0.11.2) (2026-01-15) + + +### Bug Fixes + +* remove helm chart auth options. ([#126](https://github.com/developmentseed/stac-auth-proxy/issues/126)) ([42015b3](https://github.com/developmentseed/stac-auth-proxy/commit/42015b399938fc92589e8b377352420da9bc217c)) + ## [0.11.1](https://github.com/developmentseed/stac-auth-proxy/compare/v0.11.0...v0.11.1) (2026-01-13) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 46c4bd1..d098646 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: stac-auth-proxy description: A Helm chart for stac-auth-proxy type: application -version: 0.11.1 -appVersion: 0.11.1 +version: 0.11.2 +appVersion: 0.11.2 diff --git a/pyproject.toml b/pyproject.toml index 91c79ae..3c41e25 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.11.1" +version = "0.11.2" [project.optional-dependencies] docs = [ diff --git a/uv.lock b/uv.lock index fb380d2..91c781e 100644 --- a/uv.lock +++ b/uv.lock @@ -1566,7 +1566,7 @@ wheels = [ [[package]] name = "stac-auth-proxy" -version = "0.11.1" +version = "0.11.2" source = { editable = "." } dependencies = [ { name = "boto3" },