diff --git a/CHANGELOG.md b/CHANGELOG.md index d61fbffa6..022f33b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [6.1.0](https://github.com/voxpupuli/beaker/tree/6.1.0) (2024-06-04) + +**Implemented enhancements:** + +- Add package logic for Amazon Linux 2 [\#1887](https://github.com/voxpupuli/beaker/pull/1884) ([mhashizume](https://github.com/joshcooper)) + ## [6.0.0](https://github.com/voxpupuli/beaker/tree/6.0.0) (2024-05-24) **Breaking changes:** diff --git a/lib/beaker/version.rb b/lib/beaker/version.rb index 5c8df0c3c..3906405c8 100644 --- a/lib/beaker/version.rb +++ b/lib/beaker/version.rb @@ -1,5 +1,5 @@ module Beaker module Version - STRING = '6.0.0' + STRING = '6.1.0' end end