Skip to content

Commit 1d7d1ca

Browse files
committed
Release 0.4.6
1 parent 383e0f3 commit 1d7d1ca

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
@@ -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.6] - 2021-01-09
910
### Changed
1011
- Updated url to 2.2
1112

@@ -62,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6263
- Initial add of `tame-oauth`
6364

6465
<!-- next-url -->
65-
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.5...HEAD
66+
[Unreleased]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.6...HEAD
67+
[0.4.6]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.5...0.4.6
6668
[0.4.5]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.4...0.4.5
6769
[0.4.4]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.3...0.4.4
6870
[0.4.3]: https://github.com/EmbarkStudios/tame-oauth/compare/0.4.2...0.4.3

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.4.5"
3+
version = "0.4.6"
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)