From 947bc1ce79ec8762f5c48e7044052e8c1f7e75ed Mon Sep 17 00:00:00 2001 From: "ds-release-bot[bot]" <116609932+ds-release-bot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:29:59 +0000 Subject: [PATCH] chore(main): release 1.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4ddc74..53b7bc9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f169b..b2f32f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/developmentseed/stac-auth-proxy/compare/v1.1.1...v1.1.2) (2026-06-16) + + +### Bug Fixes + +* configurable upstream timeout. ([#174](https://github.com/developmentseed/stac-auth-proxy/issues/174)) ([533bac6](https://github.com/developmentseed/stac-auth-proxy/commit/533bac60e0157a859a0e91f03d2d48f9b89b89e4)) + ## [1.1.1](https://github.com/developmentseed/stac-auth-proxy/compare/v1.1.0...v1.1.1) (2026-05-27) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3e83c26..e1be158 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: 1.1.1 -appVersion: 1.1.1 +version: 1.1.2 +appVersion: 1.1.2 diff --git a/pyproject.toml b/pyproject.toml index e73a45d..f1c8d59 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.1.1" +version = "1.1.2" [project.optional-dependencies] docs = [ diff --git a/uv.lock b/uv.lock index d9d5d27..218b494 100644 --- a/uv.lock +++ b/uv.lock @@ -1528,7 +1528,7 @@ wheels = [ [[package]] name = "stac-auth-proxy" -version = "1.1.1" +version = "1.1.2" source = { editable = "." } dependencies = [ { name = "brotli" },