diff --git a/CHANGELOG.md b/CHANGELOG.md index 986bbca1..705584e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [2.20.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.20.0) (2025-01-30) + +[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.19.0...2.20.0) + +**Implemented enhancements:** + +- \(PA-6776\): Add osx-15-x86\_64 support. [\#397](https://github.com/voxpupuli/beaker-hostgenerator/pull/397) ([span786](https://github.com/span786)) + +**Merged pull requests:** + +- CI: Switch to voxpupuli/ruby-version@v1 & Run release job on Ruby 3.4 & Make release action synchronous [\#398](https://github.com/voxpupuli/beaker-hostgenerator/pull/398) ([bastelfreak](https://github.com/bastelfreak)) + ## [2.19.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.19.0) (2024-12-20) [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.18.0...2.19.0) diff --git a/lib/beaker-hostgenerator/version.rb b/lib/beaker-hostgenerator/version.rb index 57e554e8..87e66dc2 100644 --- a/lib/beaker-hostgenerator/version.rb +++ b/lib/beaker-hostgenerator/version.rb @@ -1,5 +1,5 @@ module BeakerHostGenerator module Version - STRING = '2.19.0' + STRING = '2.20.0' end end