diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1df505..f018bdb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v3.14.0](https://github.com/test-kitchen/kitchen-ec2/tree/v3.14.0) (2022-12-01) + +- Support for dedicated hosts [#592](https://github.com/test-kitchen/kitchen-ec2/pull/592) ([@tecracer-theinen](https://github.com/tecracer-theinen)) + +[Full Changelog](https://github.com/test-kitchen/kitchen-ec2/compare/v3.13.0..v3.14.0) + + ## [v3.13.0](https://github.com/test-kitchen/kitchen-ec2/tree/v3.13.0) (2022-05-30) - Added support for metadata_options [#573](https://github.com/test-kitchen/kitchen-ec2/pull/573) ([@bdwyertech](https://github.com/bdwyertech)) diff --git a/lib/kitchen/driver/ec2_version.rb b/lib/kitchen/driver/ec2_version.rb index eaa42448..9df9f111 100644 --- a/lib/kitchen/driver/ec2_version.rb +++ b/lib/kitchen/driver/ec2_version.rb @@ -21,6 +21,6 @@ module Kitchen module Driver # Version string for EC2 Test Kitchen driver - EC2_VERSION = "3.13.0".freeze + EC2_VERSION = "3.14.0".freeze end end