From 5ceb9fd66cf25ab5b0031053eb4c09e920db58b8 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Fri, 18 Jun 2021 11:33:11 +0200 Subject: [PATCH] Release 0.5.2 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd548b..38df282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.5.2] - 2021-06-18 ### Added - [PR#38](https://github.com/EmbarkStudios/tame-oauth/pull/38) added `ServiceAccountAccess::get_token_with_subject` to allow control over the JWT `subject` field. Thanks [@fosskers](https://github.com/fosskers)! @@ -87,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial add of `tame-oauth` -[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.5.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.5.2...HEAD +[0.5.2]: https://github.com/EmbarkStudios/tame-oauth/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.7...0.5.0 [0.4.7]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.6...0.4.7 diff --git a/Cargo.toml b/Cargo.toml index 4b33600..e37f075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tame-oauth" -version = "0.5.1" +version = "0.5.2" authors = ["Embark ", "Jake Shadle "] edition = "2018" description = "A (very) simple oauth 2.0 library"