Skip to content

Commit

Permalink
Prep to release 1.12.1 (#479)
Browse files Browse the repository at this point in the history
* Update patch version and change log

Signed-off-by: Vikram Karve <[email protected]>
  • Loading branch information
vkarve-chef authored Jul 11, 2022
1 parent 34a3722 commit 192c5c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vagrant_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 192c5c8

Please sign in to comment.