Skip to content

Commit dd31fb5

Browse files
committed
Release 0.9.1
1 parent bbd202a commit dd31fb5

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.1] - 2023-03-29
1112
### Added
1213
- Support for id tokens, a new trait for this was added (`IdTokenProvider`) and implemented for all current token providers so both access tokens and id tokens can be fetched.
1314
- Added `is_*_provider` methods to `TokenProviderWrapper` for asserting the inner type.
@@ -124,7 +125,8 @@ Release failed and way yanked. Released as 0.9.1 instead.
124125
- Initial add of `tame-oauth`
125126

126127
<!-- next-url -->
127-
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.8.1...HEAD
128+
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.1...HEAD
129+
[0.9.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.8.1...0.9.1
128130
[0.8.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.8.0...0.8.1
129131
[0.8.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.7.0...0.8.0
130132
[0.7.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.6.0...0.7.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.8.1"
3+
version = "0.9.1"
44
authors = [
55
"Embark <[email protected]>",
66
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)