Skip to content

Commit 5ceb9fd

Browse files
committed
Release 0.5.2
1 parent 4109b0b commit 5ceb9fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
## [0.5.2] - 2021-06-18
910
### Added
1011
- [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)!
1112

@@ -87,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8788
- Initial add of `tame-oauth`
8889

8990
<!-- next-url -->
90-
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.5.1...HEAD
91+
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.5.2...HEAD
92+
[0.5.2]: https://github.com/EmbarkStudios/tame-oauth/compare/0.5.1...0.5.2
9193
[0.5.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.5.0...0.5.1
9294
[0.5.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.7...0.5.0
9395
[0.4.7]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.6...0.4.7

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tame-oauth"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Embark <[email protected]>", "Jake Shadle <[email protected]>"]
55
edition = "2018"
66
description = "A (very) simple oauth 2.0 library"

0 commit comments

Comments
 (0)