diff --git a/CHANGELOG.md b/CHANGELOG.md index 398d7ecb..11f82271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [2.10.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.10.0) (2024-02-13) + +[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.9.1...2.10.0) + +**Implemented enhancements:** + +- Add Ubuntu 24.04 support [\#357](https://github.com/voxpupuli/beaker-hostgenerator/pull/357) ([h0tw1r3](https://github.com/h0tw1r3)) +- Add beaker-hostgenerator support for redhatfips-9-x86\_64 [\#355](https://github.com/voxpupuli/beaker-hostgenerator/pull/355) ([rhegde0722](https://github.com/rhegde0722)) + ## [2.9.1](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.9.1) (2024-01-24) [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.9.0...2.9.1) diff --git a/lib/beaker-hostgenerator/version.rb b/lib/beaker-hostgenerator/version.rb index e0458279..ccc0ac74 100644 --- a/lib/beaker-hostgenerator/version.rb +++ b/lib/beaker-hostgenerator/version.rb @@ -1,5 +1,5 @@ module BeakerHostGenerator module Version - STRING = '2.9.1' + STRING = '2.10.0' end end