diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f89e16..6589a070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [2.5.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.5.0) (2023-09-25) + +[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.4.0...2.5.0) + +**Implemented enhancements:** + +- Add amazon-2023-x86\_64 [\#333](https://github.com/voxpupuli/beaker-hostgenerator/pull/333) ([yachub](https://github.com/yachub)) +- Add fedora-37-x86\_64 and fedora-38-x86\_64 [\#332](https://github.com/voxpupuli/beaker-hostgenerator/pull/332) ([yachub](https://github.com/yachub)) + ## [2.4.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.4.0) (2023-09-12) [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.3.0...2.4.0) diff --git a/lib/beaker-hostgenerator/version.rb b/lib/beaker-hostgenerator/version.rb index 30874940..18e59c9b 100644 --- a/lib/beaker-hostgenerator/version.rb +++ b/lib/beaker-hostgenerator/version.rb @@ -1,5 +1,5 @@ module BeakerHostGenerator module Version - STRING = '2.4.0' + STRING = '2.5.0' end end