diff --git a/CHANGELOG.md b/CHANGELOG.md index f801258..b908287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.1](https://github.com/developmentseed/stac-auth-proxy/compare/v0.7.0...v0.7.1) (2025-07-31) + + +### Bug Fixes + +* ensure OPTIONS requests are sent upstream without auth check ([#76](https://github.com/developmentseed/stac-auth-proxy/issues/76)) ([855183a](https://github.com/developmentseed/stac-auth-proxy/commit/855183a7ccf0331d772cb91411b8dca905b05181)), closes [#75](https://github.com/developmentseed/stac-auth-proxy/issues/75) +* process links w/o the prefix ([#70](https://github.com/developmentseed/stac-auth-proxy/issues/70)) ([8a09873](https://github.com/developmentseed/stac-auth-proxy/commit/8a098737ad578f37c10e65e3ef99b0de2c03a358)) + + +### Documentation + +* update middleware descriptions ([d3d3769](https://github.com/developmentseed/stac-auth-proxy/commit/d3d3769593052900cf56c64b26962605cf3e48e5)) + ## [0.7.0](https://github.com/developmentseed/stac-auth-proxy/compare/v0.6.1...v0.7.0) (2025-07-19) diff --git a/pyproject.toml b/pyproject.toml index 956b589..5bc0556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ license = {file = "LICENSE"} name = "stac-auth-proxy" readme = "README.md" requires-python = ">=3.9" -version = "0.7.0" +version = "0.7.1" [tool.coverage.run] branch = true