Skip to content

Commit 8311013

Browse files
chore(main): release 3.22.1 (#653)
1 parent 2135e0e commit 8311013

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-
".": "3.22.0"
2+
".": "3.22.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+
## [3.22.1](https://github.com/test-kitchen/kitchen-ec2/compare/v3.22.0...v3.22.1) (2026-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* bump tk dep <5 ([#652](https://github.com/test-kitchen/kitchen-ec2/issues/652)) ([2135e0e](https://github.com/test-kitchen/kitchen-ec2/commit/2135e0e17ed6893f928849c7fc747740f96f764c))
9+
310
## [3.22.0](https://github.com/test-kitchen/kitchen-ec2/compare/v3.21.0...v3.22.0) (2026-01-22)
411

512

lib/kitchen/driver/ec2_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
module Kitchen
2020
module Driver
2121
# Version string for EC2 Test Kitchen driver
22-
EC2_VERSION = "3.22.0".freeze
22+
EC2_VERSION = "3.22.1".freeze
2323
end
2424
end

0 commit comments

Comments
 (0)