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