Skip to content

Commit 48d8b3e

Browse files
authored
Manually correct version
1 parent 0134071 commit 48d8b3e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Changelog
22

3-
## [1.0.0](https://github.com/developmentseed/stac-auth-proxy/compare/v0.10.1...v1.0.0) (2025-12-15)
3+
## [0.11.0](https://github.com/developmentseed/stac-auth-proxy/compare/v0.10.1...v0.11.0) (2025-12-15)
44

55

6-
### ⚠ BREAKING CHANGES
7-
8-
* **auth:** Authentication failures now return 401 instead of 403
9-
106
### Bug Fixes
117

8+
* **auth:** Authentication failures now return 401 instead of 403
129
* **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))
1310
* 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))
1411

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ license = {file = "LICENSE"}
2424
name = "stac-auth-proxy"
2525
readme = "README.md"
2626
requires-python = ">=3.10"
27-
version = "1.0.0"
27+
version = "0.11.0"
2828

2929
[project.optional-dependencies]
3030
docs = [

0 commit comments

Comments
 (0)