Skip to content

Commit 33813ff

Browse files
committed
Release 0.9.4
1 parent ff786c4 commit 33813ff

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.4] - 2023-10-04
1112
### Changed
1213
- [PR#66](https://github.com/EmbarkStudios/tame-oauth/pull/66) replaced `base64` with `data-encoding`.
1314

@@ -136,7 +137,8 @@ Release failed and was yanked. Released as 0.9.1 instead.
136137
- Initial add of `tame-oauth`
137138

138139
<!-- next-url -->
139-
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.3...HEAD
140+
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.4...HEAD
141+
[0.9.4]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.3...0.9.4
140142
[0.9.3]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.2...0.9.3
141143
[0.9.2]: https://github.com/EmbarkStudios/tame-oauth/compare/0.9.1...0.9.2
142144
[0.9.1]: https://github.com/EmbarkStudios/tame-oauth/compare/0.8.1...0.9.1

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.3"
3+
version = "0.9.4"
44
authors = [
55
"Embark <[email protected]>",
66
"Jake Shadle <[email protected]>",

0 commit comments

Comments
 (0)