diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-07-04 11:10:51 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-07-04 11:10:51 +0100 |
commit | d95a5eb0b6aaba3a0d88ab0f2fe4c948c051ecc9 (patch) | |
tree | 48bbadb5ee616c11ff41ec1cf7452849e622415d | |
parent | 152dcd176638f9285279d5ff3fb7f8bb0b027598 (diff) |
Changes for 0.6.2 release
-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 |