From 2fe535c9d6d3cfcf4ee8415e98cb944528f3df99 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 24 May 2016 15:22:11 +0200 Subject: [PATCH] chore(version-up): v0.6.1 --- Cargo.toml | 2 +- changelog.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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)