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