Skip to content

Commit 4554332

Browse files
chore(main): release 2.0.1 (#499)
* chore(main): release 2.0.1 --------- Signed-off-by: Corey Hemminger <[email protected]> Co-authored-by: Corey Hemminger <[email protected]>
1 parent 823b495 commit 4554332

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.14.2"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.14.3](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.14.2...v1.14.3) (2024-06-19)
4+
5+
6+
### Bug Fixes
7+
8+
* update release please configs ([#498](https://github.com/test-kitchen/kitchen-vagrant/issues/498)) ([823b495](https://github.com/test-kitchen/kitchen-vagrant/commit/823b49527ee8ddb69cdd52ca77a4cb3dc7946382))
9+
310
## [2.0.0](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.14.2...v2.0.0) (2024-02-14)
411

512
- Require Vagrant 2.4 or later

lib/kitchen/driver/vagrant_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ module Kitchen
2020
module Driver
2121

2222
# Version string for Vagrant Kitchen driver
23-
VAGRANT_VERSION = "2.0.0".freeze
23+
VAGRANT_VERSION = "2.0.1".freeze
2424
end
2525
end

0 commit comments

Comments
 (0)