diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ae43ee..2a59488 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "aliri_oauth2": "0.10.0", "aliri_reqwest": "0.4.1", "aliri_tokens": "0.2.3", - "aliri_tower": "0.5.0", + "aliri_tower": "0.6.0", "aliri_traits": "0.1.1", "aliri_warp": "0.9.0" } diff --git a/aliri_tower/CHANGELOG.md b/aliri_tower/CHANGELOG.md new file mode 100644 index 0000000..a31290c --- /dev/null +++ b/aliri_tower/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [0.6.0](https://github.com/neoeinstein/aliri/compare/aliri_tower-v0.5.0...aliri_tower-v0.6.0) (2024-04-11) + + +### ⚠ BREAKING CHANGES + +* **deps:** update Rust HTTP crates to be based on HTTP 1.0 ([#70](https://github.com/neoeinstein/aliri/issues/70)) + +### Features + +* debug trace outputs on JWT validation failure ([#43](https://github.com/neoeinstein/aliri/issues/43)) ([b22724d](https://github.com/neoeinstein/aliri/commit/b22724d1e920d776a1dabbfd2b0ccecf0f8fe2f9)) +* **deps:** update Rust HTTP crates to be based on HTTP 1.0 ([#70](https://github.com/neoeinstein/aliri/issues/70)) ([3157a38](https://github.com/neoeinstein/aliri/commit/3157a389362c1f882e5c0bb0070bd8d2b6ead676)) + + +### Bug Fixes + +* **deps:** update cargo all non breaking changes ([#54](https://github.com/neoeinstein/aliri/issues/54)) ([4218dab](https://github.com/neoeinstein/aliri/commit/4218dabe09f51daf699b1efbf317427ede063fe3)) +* **deps:** update rust crate tower-layer to 0.3.2 ([#71](https://github.com/neoeinstein/aliri/issues/71)) ([0550e7d](https://github.com/neoeinstein/aliri/commit/0550e7d9ecbf482c0ae28080311bd3e2500e7429)) diff --git a/aliri_tower/Cargo.toml b/aliri_tower/Cargo.toml index 3f550a7..c593220 100644 --- a/aliri_tower/Cargo.toml +++ b/aliri_tower/Cargo.toml @@ -3,7 +3,7 @@ name = "aliri_tower" description = "Tower middleware for interacting with `aliri` authorities" keywords = [ "tower", "jose", "jwt", "oauth2", "auth" ] categories = [ "authentication", "web-programming", "web-programming::http-server" ] -version = "0.5.0" +version = "0.6.0" authors = ["Marcus Griep <marcus@griep.us>"] edition = "2021" readme = "../README.md"