diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e8e8df2..917df3cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.6.0](https://github.com/voxpupuli/beaker/tree/5.6.0) (2023-11-23) + +**Implemented enhancements:** + +- Use DNF for Amazon Linux 2023 [\#1832](https://github.com/voxpupuli/beaker/pull/1832) ([mhashizume](https://github.com/mhashizume)) +- Use DNF for Fedora, newer Enterprise Linux [\#1835](https://github.com/voxpupuli/beaker/pull/1835) ([mhashizume](https://github.com/mhashizume)) + +**Fixed bugs:** + +- Permit PlatformTagContainer class for beaker hosts [\#1833](https://github.com/voxpupuli/beaker/pull/1833) ([tlehman](https://github.com/tlehman)) + ## [5.5.0](https://github.com/voxpupuli/beaker/tree/5.5.0) (2023-10-02) [Full Changelog](https://github.com/voxpupuli/beaker/compare/5.4.0...5.5.0) diff --git a/lib/beaker/version.rb b/lib/beaker/version.rb index 931749301..a9407afdf 100644 --- a/lib/beaker/version.rb +++ b/lib/beaker/version.rb @@ -1,5 +1,5 @@ module Beaker module Version - STRING = '5.5.0' + STRING = '5.6.0' end end