diff --git a/Cargo.toml b/Cargo.toml index a103df1..140d701 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "0.6.0" +version = "0.6.1" 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 a625b01..3e7bdb7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ + +### v0.6.1 (2016-05-20) + + +#### Bug Fixes + +* **flows:** save Token properly ([57a3151d](https://github.com/Byron/yup-oauth2/commit/57a3151d4d550c14e0763bcf3153791d5d832dba)) + + + ## v0.6.0 (2016-05-20)