diff --git a/CHANGELOG.md b/CHANGELOG.md index b21e0277e..68b488f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.42.0](https://github.com/voxpupuli/beaker/tree/4.42.0) (2024-03-27) + +[Full Changelog](https://github.com/voxpupuli/beaker/compare/4.41.2...4.42.0) + +**Implemented enhancements:** + +- \[PE-37978\] Add 'amazon' to repo_filename method with tests [\#1861](https://github.com/voxpupuli/beaker/pull/1861) ([span786](https://github.com/span786)) +- Add Ubuntu 24.04 noble codename [\#1851](https://github.com/voxpupuli/beaker/pull/1851) ([h0tw1r3](https://github.com/h0tw1r3)) + ## [4.41.2](https://github.com/voxpupuli/beaker/tree/4.41.2) (2023-12-18) [Full Changelog](https://github.com/voxpupuli/beaker/compare/4.41.1...4.41.2) diff --git a/lib/beaker/version.rb b/lib/beaker/version.rb index 2d23aa245..26c208dd8 100644 --- a/lib/beaker/version.rb +++ b/lib/beaker/version.rb @@ -1,5 +1,5 @@ module Beaker module Version - STRING = '4.41.2' + STRING = '4.42.0' end end