From 736720efd2830c646b5c6305145c97fa351100ec Mon Sep 17 00:00:00 2001 From: Jake Spain Date: Mon, 11 Sep 2023 15:55:36 -0400 Subject: [PATCH] 2.4.0 release prep --- CHANGELOG.md | 11 +++++++++++ lib/beaker-hostgenerator/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6dcf91..f7f89e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [2.4.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.4.0) (2023-09-12) + +[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.3.0...2.4.0) + +**Implemented enhancements:** + +- \(RE-15541\) Add debian-12-arm64 support [\#331](https://github.com/voxpupuli/beaker-hostgenerator/pull/331) ([yachub](https://github.com/yachub)) +- Add debian-11-arm64 support [\#330](https://github.com/voxpupuli/beaker-hostgenerator/pull/330) ([yachub](https://github.com/yachub)) +- \(RE-15206\) Add ubuntu-2204-arm64 fixtures [\#328](https://github.com/voxpupuli/beaker-hostgenerator/pull/328) ([yachub](https://github.com/yachub)) +- \(RE-15156\) Add redhat-9-arm64 support [\#327](https://github.com/voxpupuli/beaker-hostgenerator/pull/327) ([yachub](https://github.com/yachub)) + ## [2.3.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.3.0) (2023-08-11) [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.2.3...2.3.0) diff --git a/lib/beaker-hostgenerator/version.rb b/lib/beaker-hostgenerator/version.rb index 798d36c1..30874940 100644 --- a/lib/beaker-hostgenerator/version.rb +++ b/lib/beaker-hostgenerator/version.rb @@ -1,5 +1,5 @@ module BeakerHostGenerator module Version - STRING = '2.3.0' + STRING = '2.4.0' end end