diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9070d..b3f3827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.3.0 (May 9 2014) + +* Update to Ruby version 2.1. +* Remove `ruby-switch` as it is no longer required and isn't available in Ubuntu + 14.04 LTS anyway. +* Actually run `apt-get update` if required. Fixes the 1.2.0 fix. +* Show build status as SVG in README. +* Tweak PostgreSQL integration test. + ## 1.2.0 (Apr 30 2014) * Ensure that the Debian package index is updated when using the latest Ubuntu diff --git a/metadata.rb b/metadata.rb index 77158f4..1a908f6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license "Apache 2.0" description "Sets up environment for Practicing Ruby Rails app" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "1.2.0" +version "1.3.0" recipe "practicingruby::default", "Sets up production-like environment for Practicing Ruby Rails app" supports "ubuntu", ">= 12.04"