From d30dadb339c38362e8375b7d61c8c057b11f5190 Mon Sep 17 00:00:00 2001 From: Saurabh Pandit Date: Wed, 27 Mar 2024 19:30:25 +0530 Subject: [PATCH] Releasing activity for Beaker 4.42.0 --- CHANGELOG.md | 9 +++++++++ lib/beaker/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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