Skip to content

Commit

Permalink
chore(main): release 3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter committed Nov 27, 2023
1 parent 9a269b4 commit 6a9e03d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [3.18.0](https://github.com/test-kitchen/kitchen-ec2/compare/v3.17.1...v3.18.0) (2023-11-27)


### 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))

## [3.17.1](https://github.com/test-kitchen/kitchen-ec2/compare/v3.17.0...v3.17.1) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/ec2_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a9e03d

Please sign in to comment.