diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8a60c9..20e65d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [2.16.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.16.0) (2024-09-10) + +[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.15.0...2.16.0) + +**Merged pull requests:** + +- \(RE-16581\) Make main PE 2025 [\#384](https://github.com/voxpupuli/beaker-hostgenerator/pull/384) ([nmburgan](https://github.com/nmburgan)) + ## [2.15.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.15.0) (2024-08-22) [Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.14.2...2.15.0) diff --git a/lib/beaker-hostgenerator/version.rb b/lib/beaker-hostgenerator/version.rb index c0e26a05..015e9a26 100644 --- a/lib/beaker-hostgenerator/version.rb +++ b/lib/beaker-hostgenerator/version.rb @@ -1,5 +1,5 @@ module BeakerHostGenerator module Version - STRING = '2.15.0' + STRING = '2.16.0' end end