diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-07-04 11:12:33 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-07-04 11:12:33 +0100 |
commit | 88fc8f911f37f3771fa7c92f2a34156ef8d5b213 (patch) | |
tree | 1b50f6d467ea2210e0601f2466dc2bd5aa1d487c | |
parent | 525575961e656c812e7d1c2ab04b1fa0a351f6a2 (diff) | |
parent | d95a5eb0b6aaba3a0d88ab0f2fe4c948c051ecc9 (diff) |
Merge branch 'release/0.6.2' into develop
-rw-r--r-- | doc/CHANGES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 0d6a51102..34959f924 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,14 @@ +# Version 0.6.2 +## Highlighted features + +* This is a minor release to fix small bugs in documentation and install/upgrade process +* It also includes support for [Continuous Integration using Travis](http://travis-ci.org/) + +## Upgrade notes + +* No special action required -- just check out this version and run + `rails-post-deploy` as usual. + # Version 0.6.1 ## Highlighted features |