From 22bb16a70f33072a3d12d7db24ac7261fffffa29 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:38:38 +0000 Subject: [PATCH] chore(main): release 3.18.0 (#617) --- CHANGELOG.md | 8 ++++++++ lib/kitchen/driver/ec2_version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0586f07d..2d90a753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [3.18.0](https://github.com/test-kitchen/kitchen-ec2/compare/v3.17.1...v3.18.0) (2023-11-28) + + +### Features + +* Implements placement options and license specifications ([#607](https://github.com/test-kitchen/kitchen-ec2/issues/607)) ([9a269b4](https://github.com/test-kitchen/kitchen-ec2/commit/9a269b45d3886be77df47fec146d6cdcb9f28d1c)) +* Implements placement options and license specifications ([#615](https://github.com/test-kitchen/kitchen-ec2/issues/615)) ([10f0232](https://github.com/test-kitchen/kitchen-ec2/commit/10f02328571ef520bca8311efa2f54561ccb6b34)) + ## [3.17.1](https://github.com/test-kitchen/kitchen-ec2/compare/v3.17.0...v3.17.1) (2023-11-27) diff --git a/lib/kitchen/driver/ec2_version.rb b/lib/kitchen/driver/ec2_version.rb index 3f6bb7cf..0af279cc 100644 --- a/lib/kitchen/driver/ec2_version.rb +++ b/lib/kitchen/driver/ec2_version.rb @@ -19,6 +19,6 @@ module Kitchen module Driver # Version string for EC2 Test Kitchen driver - EC2_VERSION = "3.17.1".freeze + EC2_VERSION = "3.18.0".freeze end end