Skip to content

Commit 4a15224

Browse files
committed
Release 0.9.2
1 parent f18b592 commit 4a15224

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

99
<!-- next-header -->
1010
## [Unreleased] - ReleaseDate
11+
## [0.9.2] - 2023-04-25
1112
### Fixed
1213
- [PR#63](https://github.com/EmbarkStudios/tame-oauth/pull/63) Use correct base64 padding when decoding jwt claims from id tokens.
1314

@@ -128,7 +129,8 @@ Release failed and was yanked. Released as 0.9.1 instead.
128129
- Initial add of `tame-oauth`
129130

130131
<!-- next-url -->
131-
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.1...HEAD
132+
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.2...HEAD
133+
[0.9.2]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.1...0.9.2
132134
[0.9.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.8.1...0.9.1
133135
[0.8.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.8.0...0.8.1
134136
[0.8.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.7.0...0.8.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tame-oauth"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)