From 3281a1b7eacf753fb68028c5280b9397f19985e3 Mon Sep 17 00:00:00 2001 From: Jake Spain Date: Wed, 1 Nov 2023 07:39:30 -0400 Subject: [PATCH] 2.8.0 release prep --- 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 b4a46662..9ba7f208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [2.8.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.8.0) (2023-11-01) + +[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.7.0...2.8.0) + +**Implemented enhancements:** + +- Add osx14-64 and osx14-ARM64 support [\#341](https://github.com/voxpupuli/beaker-hostgenerator/pull/341) ([yachub](https://github.com/yachub)) + ## [2.7.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.7.0) (2023-10-12) [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.6.0...2.7.0) diff --git a/lib/beaker-hostgenerator/version.rb b/lib/beaker-hostgenerator/version.rb index 9aee2efc..b38f64ad 100644 --- a/lib/beaker-hostgenerator/version.rb +++ b/lib/beaker-hostgenerator/version.rb @@ -1,5 +1,5 @@ module BeakerHostGenerator module Version - STRING = '2.7.0' + STRING = '2.8.0' end end