Skip to content

Commit 248649f

Browse files
chore(main): release 3.19.0 (#628)
1 parent 3fdc119 commit 248649f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.18.0"
2+
".": "3.19.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [3.19.0](https://github.com/test-kitchen/kitchen-ec2/compare/v3.18.0...v3.19.0) (2024-06-21)
4+
5+
6+
### Features
7+
8+
* Bump Ruby version to 3.1 ([#618](https://github.com/test-kitchen/kitchen-ec2/issues/618)) ([9645154](https://github.com/test-kitchen/kitchen-ec2/commit/9645154606fb23430879d5bb01f748a6ca45546b))
9+
10+
11+
### Bug Fixes
12+
13+
* release please configs ([#627](https://github.com/test-kitchen/kitchen-ec2/issues/627)) ([3fdc119](https://github.com/test-kitchen/kitchen-ec2/commit/3fdc1194114803d730e1998ae3ba6ef74ebbedba))
14+
315
## [3.18.0](https://github.com/test-kitchen/kitchen-ec2/compare/v3.17.1...v3.18.0) (2023-11-28)
416

517

lib/kitchen/driver/ec2_version.rb

+1-1
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.18.0".freeze
22+
EC2_VERSION = "3.19.0".freeze
2323
end
2424
end

0 commit comments

Comments
 (0)