diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc9f91..86a9e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ Changelog ========= -Version 0.10 *(not released)* +Version 0.11 *(not released)* ----------------------------- +* ... + +Version 0.10 *(2015-05-19)* +--------------------------- + * Upgraded wrapper to use Gradle 2.4 * Using gradle-node-plugin version 0.10 * Add configuration for where Gruntfile.js is located _(nmalaguti)_ * Added basic unit tests _(nmalaguti)_ * Added support to buffer output and disable colors _(nmalaguti)_ -* ... Version 0.9 *(2015-02-28)* -------------------------- diff --git a/gradle.properties b/gradle.properties index 201b148..0962ca7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ # # Current version # -version = 0.10-SNAPSHOT +version = 0.10