From 6c88d7ba61b940a69be8de89c59071fd412c4cfd Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Mon, 4 Dec 2023 13:36:38 -0800 Subject: [PATCH] Release 4.41.1 --- CHANGELOG.md | 8 ++++++++ lib/beaker/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac1cc042..a07178fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.41.1](https://github.com/voxpupuli/beaker/tree/4.41.1) (2023-12-04) + +[Full Changelog](https://github.com/voxpupuli/beaker/compare/4.41.0...4.41.1) + +**Fixed bugs:** + +- (maint) Use DNF as Amazon Linux 2023 package manager [\#1831](https://github.com/voxpupuli/beaker/pull/1831) ([mhashizume](https://github.com/mhashizume)) + ## [4.41.0](https://github.com/voxpupuli/beaker/tree/4.41.0) (2023-11-15) [Full Changelog](https://github.com/voxpupuli/beaker/compare/4.40.2...4.41.0) diff --git a/lib/beaker/version.rb b/lib/beaker/version.rb index 7e18f76e6..5314a86fc 100644 --- a/lib/beaker/version.rb +++ b/lib/beaker/version.rb @@ -1,5 +1,5 @@ module Beaker module Version - STRING = '4.41.0' + STRING = '4.41.1' end end