diff --git a/CHANGELOG.md b/CHANGELOG.md index 90415207..986bbca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [2.19.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.19.0) (2024-12-20) + +[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.18.0...2.19.0) + +**Implemented enhancements:** + +- Add support for macos15\(ARM\) [\#392](https://github.com/voxpupuli/beaker-hostgenerator/pull/392) ([skyamgarp](https://github.com/skyamgarp)) +- Add support for windowsfips 2016 x64 [\#390](https://github.com/voxpupuli/beaker-hostgenerator/pull/390) ([skyamgarp](https://github.com/skyamgarp)) + ## [2.18.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.18.0) (2024-09-24) [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.17.0...2.18.0) diff --git a/lib/beaker-hostgenerator/version.rb b/lib/beaker-hostgenerator/version.rb index 6ee7a171..57e554e8 100644 --- a/lib/beaker-hostgenerator/version.rb +++ b/lib/beaker-hostgenerator/version.rb @@ -1,5 +1,5 @@ module BeakerHostGenerator module Version - STRING = '2.18.0' + STRING = '2.19.0' end end