From 2a8e010d0120e7044676f0cbf999eeb29ab97131 Mon Sep 17 00:00:00 2001 From: Eric Guo Date: Fri, 1 Jan 2016 15:50:48 +0800 Subject: [PATCH] Hello 2016, Release 0.7.0 --- CHANGELOG.md | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75b38f8..c9091279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## v0.7.0 (unreleased) +## v0.7.0 (released at 1/1/2016) * Using [http](https://github.com/httprb/http) instead of rest-client for performance reason. * Fix token refresh bug on multi worker. #76 +* Rewrite the token relative code to add more storage support in future. ## v0.6.8 (released at 12/25/2015) diff --git a/VERSION b/VERSION index bc8443e3..bcaffe19 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.8 \ No newline at end of file +0.7.0 \ No newline at end of file