Skip to content

Commit f300bfe

Browse files
committed
Release 0.4.7
1 parent ba975e6 commit f300bfe

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.4.7] - 2021-01-18
910
### Changed
1011
- Updated `base64` to `0.13`, matching the version used by rustls
1112

@@ -66,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6667
- Initial add of `tame-oauth`
6768

6869
<!-- next-url -->
69-
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.6...HEAD
70+
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.7...HEAD
71+
[0.4.7]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.6...0.4.7
7072
[0.4.6]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.5...0.4.6
7173
[0.4.5]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.4...0.4.5
7274
[0.4.4]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.3...0.4.4

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.4.6"
3+
version = "0.4.7"
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)