diff --git a/Cargo.toml b/Cargo.toml index ddc154b..b0cbd50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "0.4.4" +version = "0.4.5" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/yup-oauth2" description = "A partial oauth2 implementation, providing the 'device' authorization flow" diff --git a/changelog.md b/changelog.md index ee75f3c..9b059cb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ + +## v0.4.5 (2015-05-11) + + +#### Bug Fixes + +* **rustup** workaround rustlang bug ([47b68cf4](https://github.com/Byron/yup-oauth2/commit/47b68cf4010974b1ea834b292d9b9101d15a6c46)) + + ## v0.4.4 (2015-05-08)