Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.6.1](https://github.com/developmentseed/stac-auth-proxy/compare/0.6.0...v0.6.1) (2025-07-18)


### Bug Fixes

* fix status check for 2xx responses ([#59](https://github.com/developmentseed/stac-auth-proxy/issues/59)) ([5b03cb3](https://github.com/developmentseed/stac-auth-proxy/commit/5b03cb35e6fb7a10cd51e0fcd1ab86d4bb4292cc))


### Documentation

* add illustration for appying filters on non-filter compliant endpoints ([1a75550](https://github.com/developmentseed/stac-auth-proxy/commit/1a75550c56dcf39a316fce7b9f8c27689e5efc6e))
* prefer headings over nested list ([447a13d](https://github.com/developmentseed/stac-auth-proxy/commit/447a13d0ff4639d95e02009695d6fac62821c7c3))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = {file = "LICENSE"}
name = "stac-auth-proxy"
readme = "README.md"
requires-python = ">=3.9"
version = "0.6.0"
version = "0.6.1"

[tool.coverage.run]
branch = true
Expand Down
Loading