From 192c5c8e3cad4f1746c1700a470e1716e79ffdc2 Mon Sep 17 00:00:00 2001 From: Vikram Karve <85881329+vkarve-chef@users.noreply.github.com> Date: Mon, 11 Jul 2022 14:25:17 +0000 Subject: [PATCH] Prep to release 1.12.1 (#479) * Update patch version and change log Signed-off-by: Vikram Karve --- CHANGELOG.md | 8 ++++++-- lib/kitchen/driver/vagrant_version.rb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e52d8..b1ea306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Change Log -## [1.12.0](https://github.com/test-kitchen/kitchen-vagrant/tree/1.12.0) (2022-06-09) +## [1.12.1](https://github.com/test-kitchen/kitchen-vagrant/tree/1.12.1) (2022-07-11) + +[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.12.0...v1.12.1) -[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.11.0...v1.12.0) +- Fix for Ruby 3.0 compatibility when specifying Vagrantfile network configuration [#477](https://github.com/test-kitchen/kitchen-vagrant/pull/477) ([@PowerKiki](https://github.com/PowerKiKi)) + +## [1.12.0](https://github.com/test-kitchen/kitchen-vagrant/tree/1.12.0) (2022-06-09) - Support for Ruby 3.1 - Using chefstyle linting diff --git a/lib/kitchen/driver/vagrant_version.rb b/lib/kitchen/driver/vagrant_version.rb index 4753f0b..d2e14f3 100644 --- a/lib/kitchen/driver/vagrant_version.rb +++ b/lib/kitchen/driver/vagrant_version.rb @@ -20,6 +20,6 @@ module Kitchen module Driver # Version string for Vagrant Kitchen driver - VAGRANT_VERSION = "1.12.0".freeze + VAGRANT_VERSION = "1.12.1".freeze end end