diff --git a/CHANGELOG.md b/CHANGELOG.md index 74858ab..498fab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.3 (Jan 9 2014) + +* Add Vagrant Rake tasks. Now `rake vagrant:provision` is all you need to get a + running and up-to-date Vagrant machine. +* Allow to use environment variable [VAGRANT_NO_PLUGINS](http://docs.vagrantup.com/v2/other/environmental-variables.html) + to disable all Vagrant plugins. + ## 1.1.2 (Dec 30 2013) * Install Ruby 2.0 using Ubuntu PPA packages. Compared to compiling Ruby from diff --git a/metadata.rb b/metadata.rb index b81d4ed..5330dd7 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.1.2" +version "1.1.3" recipe "practicingruby::default", "Sets up production-like environment for Practicing Ruby Rails app" supports "ubuntu", ">= 12.04"