diff --git a/CHANGELOG.md b/CHANGELOG.md index d29cd3bc5..21e8e8df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [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) + +**Implemented enhancements:** + +- Allow amazon as a platform [\#1824](https://github.com/voxpupuli/beaker/pull/1824) ([yachub](https://github.com/yachub)) + ## [5.4.0](https://github.com/voxpupuli/beaker/tree/5.4.0) (2023-09-12) [Full Changelog](https://github.com/voxpupuli/beaker/compare/5.3.0...5.4.0) diff --git a/lib/beaker/version.rb b/lib/beaker/version.rb index 127161ef2..931749301 100644 --- a/lib/beaker/version.rb +++ b/lib/beaker/version.rb @@ -1,5 +1,5 @@ module Beaker module Version - STRING = '5.4.0' + STRING = '5.5.0' end end