From e646109ee5af5dba6c2e2ab6a2af509d0ff10a3a Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 5 Nov 2013 18:21:31 -0800 Subject: [PATCH] Version bump v0.11.2 --- CHANGELOG.md | 17 ++++++++++++++++- lib/kitchen/driver/vagrant_version.rb | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb22176..92cccac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.11.2 / 2013-11-05 + +### Bug fixes + +* Remove misleading `quiet` option ([@sethvargo][]) +* Relax dependency on Test Kitchen ([@sethvargo][]) +* Remove deprecated references to `vagrant-berkshelf` ([@sethvargo][]) + +### Improvements + +* Allow users to specify custom SSH private key ([@manul][]) +* Use platform to determine which vagrant box to download (assume Opscode) ([@sethvargo][]) + ## 0.11.1 / 2013-08-29 ### Bug fixes @@ -121,8 +134,10 @@ The initial release. [@gildegoma]: https://github.com/gildegoma [@josephholsten]: https://github.com/josephholsten [@keiths-osc]: https://github.com/keiths-osc +[@manul]: https://github.com/manul [@martinisoft]: https://github.com/martinisoft [@mattray]: https://github.com/mattray [@petejkim]: https://github.com/petejkim [@sandfish8]: https://github.com/sandfish8 -[@tmatilai]: https://github.com/tmatilai \ No newline at end of file +[@sethvargo]: https://github.com/sethvargo +[@tmatilai]: https://github.com/tmatilai diff --git a/lib/kitchen/driver/vagrant_version.rb b/lib/kitchen/driver/vagrant_version.rb index a1887518..842a9cc3 100644 --- a/lib/kitchen/driver/vagrant_version.rb +++ b/lib/kitchen/driver/vagrant_version.rb @@ -21,6 +21,6 @@ module Kitchen module Driver # Version string for Vagrant Kitchen driver - VAGRANT_VERSION = "0.11.2.dev" + VAGRANT_VERSION = "0.11.2" end end