chore(version-up): v0.6.1

This commit is contained in:
Sebastian Thiel
2016-05-24 15:22:11 +02:00
parent 57a3151d4d
commit 2fe535c9d6
2 changed files with 11 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "yup-oauth2"
version = "0.6.0"
version = "0.6.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
repository = "https://github.com/Byron/yup-oauth2"
description = "A partial oauth2 implementation, providing the 'device' authorization flow"

View File

@@ -1,3 +1,13 @@
<a name="v0.6.1"></a>
### v0.6.1 (2016-05-20)
#### Bug Fixes
* **flows:** save Token properly ([57a3151d](https://github.com/Byron/yup-oauth2/commit/57a3151d4d550c14e0763bcf3153791d5d832dba))
<a name="v0.6.0"></a>
## v0.6.0 (2016-05-20)