Skip to content

Commit

Permalink
chore(main): release 2.0.1 (#499)
Browse files Browse the repository at this point in the history
* chore(main): release 2.0.1

---------

Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Co-authored-by: Corey Hemminger <hemminger@hotmail.com>
  • Loading branch information
kitchen-porter and Stromweld committed Jun 19, 2024
1 parent 823b495 commit 4554332
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.14.2"
".": "2.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.14.3](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.14.2...v1.14.3) (2024-06-19)


### Bug Fixes

* update release please configs ([#498](https://github.com/test-kitchen/kitchen-vagrant/issues/498)) ([823b495](https://github.com/test-kitchen/kitchen-vagrant/commit/823b49527ee8ddb69cdd52ca77a4cb3dc7946382))

## [2.0.0](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.14.2...v2.0.0) (2024-02-14)

- Require Vagrant 2.4 or later
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 = "2.0.0".freeze
VAGRANT_VERSION = "2.0.1".freeze
end
end

0 comments on commit 4554332

Please sign in to comment.