Skip to content

Commit

Permalink
Version bump v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Nov 6, 2013
1 parent 34740ba commit e646109
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
[@sethvargo]: https://github.com/sethvargo
[@tmatilai]: https://github.com/tmatilai
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vagrant_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e646109

Please sign in to comment.