From a2ae4316ce8c875377c1e6d2f8b88ee0fe2076a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:22:07 -0400 Subject: [PATCH] chore(main): release aliri_oauth2 0.10.1 (#63) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- aliri_oauth2/CHANGELOG.md | 10 ++++++++++ aliri_oauth2/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 aliri_oauth2/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57fa967..416e4a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "aliri_base64": "0.1.8", "aliri_clock": "0.1.4", "aliri_marcos": "0.1.2", - "aliri_oauth2": "0.10.0", + "aliri_oauth2": "0.10.1", "aliri_reqwest": "0.4.1", "aliri_tokens": "0.2.3", "aliri_tower": "0.5.0", diff --git a/aliri_oauth2/CHANGELOG.md b/aliri_oauth2/CHANGELOG.md new file mode 100644 index 0000000..acc043c --- /dev/null +++ b/aliri_oauth2/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [0.10.1](https://github.com/neoeinstein/aliri/compare/aliri_oauth2-v0.10.0...aliri_oauth2-v0.10.1) (2024-04-12) + + +### 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 reqwest to v0.12.3 ([#69](https://github.com/neoeinstein/aliri/issues/69)) ([a6a47db](https://github.com/neoeinstein/aliri/commit/a6a47dbfa0cddf28153f969d0c5bd0cf7d09c316)) +* **deps:** update rust tracing monorepo ([#53](https://github.com/neoeinstein/aliri/issues/53)) ([1b83612](https://github.com/neoeinstein/aliri/commit/1b83612dbcfc94afaeb6b9e52fbf26da45986822)) diff --git a/aliri_oauth2/Cargo.toml b/aliri_oauth2/Cargo.toml index e251d29..a394cc5 100644 --- a/aliri_oauth2/Cargo.toml +++ b/aliri_oauth2/Cargo.toml @@ -3,7 +3,7 @@ name = "aliri_oauth2" description = "JWT authorization based on validating OAuth2 scopes" keywords = [ "jose", "jwk", "jwt", "oauth2", "auth" ] categories = [ "authentication" ] -version = "0.10.0" +version = "0.10.1" authors = ["Marcus Griep "] edition = "2018" readme = "../README.md"