Skip to content

Commit fe44635

Browse files
committed
Release 0.8.1
1 parent 88f332b commit fe44635

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.8.1] - 2023-01-10
1112
### Fixed
1213
- [PR#54](https://github.com/EmbarkStudios/tame-oauth/pull/54) re-adds `get_account_info` to the outer `ServiceAccountProvider` implementation. It was accidentally removed in #51.
1314

@@ -107,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107108
- Initial add of `tame-oauth`
108109

109110
<!-- next-url -->
110-
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.8.0...HEAD
111+
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.8.1...HEAD
112+
[0.8.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.8.0...0.8.1
111113
[0.8.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.7.0...0.8.0
112114
[0.7.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.6.0...0.7.0
113115
[0.6.0]: https://github.com/EmbarkStudios/tame-oauth/compare/0.5.2...0.6.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.0"
3+
version = "0.8.1"
44
authors = [
55
"Embark <[email protected]>",
66
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)