From 86727f1655bc7492703243379434d2dc6ac91463 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 26 Jun 2024 11:14:27 +0200 Subject: [PATCH] Release 2.14.0 --- CHANGELOG.md | 8 ++++++++ lib/beaker-hostgenerator/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be2a0532..b8de566b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [2.14.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.14.0) (2024-06-26) + +[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.13.0...2.14.0) + +**Implemented enhancements:** + +- Add Almalinux9 AARCH64 and Rocky9 AARCH64 [\#376](https://github.com/voxpupuli/beaker-hostgenerator/pull/376) ([smahima27](https://github.com/smahima27)) + ## [2.13.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.13.0) (2024-06-04) [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.12.2...2.13.0) diff --git a/lib/beaker-hostgenerator/version.rb b/lib/beaker-hostgenerator/version.rb index 46f1384c..964e512d 100644 --- a/lib/beaker-hostgenerator/version.rb +++ b/lib/beaker-hostgenerator/version.rb @@ -1,5 +1,5 @@ module BeakerHostGenerator module Version - STRING = '2.13.0' + STRING = '2.14.0' end end