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