From 3751a3fc9d82c830a33de1e896a56c61bdf6e9a5 Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Tue, 24 Mar 2015 16:29:51 -0600 Subject: [PATCH] Release 0.17.0.beta.1, now with more Windows. --- CHANGELOG.md | 6 ++++++ lib/kitchen/driver/vagrant_version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5caea62..bc34ffbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.17.0.beta.1 / 2015-03-24 + +* Pull request [#154][]: Support for WinRM Transport and Windows-based instances. ([@fnichol][]) + + ## 0.16.0 / 2015-03-23 ### Bug fixes @@ -241,6 +246,7 @@ The initial release. [#147]: https://github.com/test-kitchen/kitchen-vagrant/issues/147 [#148]: https://github.com/test-kitchen/kitchen-vagrant/issues/148 [#151]: https://github.com/test-kitchen/kitchen-vagrant/issues/151 +[#154]: https://github.com/test-kitchen/kitchen-vagrant/issues/154 [@Annih]: https://github.com/Annih [@Igorshp]: https://github.com/Igorshp [@RobertRehberg]: https://github.com/RobertRehberg diff --git a/lib/kitchen/driver/vagrant_version.rb b/lib/kitchen/driver/vagrant_version.rb index 9e7a87c7..d7c79a01 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.16.1.dev" + VAGRANT_VERSION = "0.17.0.beta.1" end end