diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b195c2..70e52d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.12.0](https://github.com/test-kitchen/kitchen-vagrant/tree/1.12.0) (2022-06-09) + +[Full Changelog](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.11.0...v1.12.0) + +- Support for Ruby 3.1 +- Using chefstyle linting + ## [1.11.0] - Adds `use_cached_chef_client` option to enable using the cached Chef Infra Client installers on non-Bento Vagrant boxes that have `Guest Additions` installed. diff --git a/lib/kitchen/driver/vagrant_version.rb b/lib/kitchen/driver/vagrant_version.rb index 57e8c39..4753f0b 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.11.0".freeze + VAGRANT_VERSION = "1.12.0".freeze end end