Skip to content

Commit

Permalink
Merge pull request #329 from yachub/2.4.0-release-prep
Browse files Browse the repository at this point in the history
2.4.0 release prep
  • Loading branch information
yachub authored Sep 12, 2023
2 parents 19524d1 + 736720e commit ea5de16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [2.4.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.4.0) (2023-09-12)

[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.3.0...2.4.0)

**Implemented enhancements:**

- \(RE-15541\) Add debian-12-arm64 support [\#331](https://github.com/voxpupuli/beaker-hostgenerator/pull/331) ([yachub](https://github.com/yachub))
- Add debian-11-arm64 support [\#330](https://github.com/voxpupuli/beaker-hostgenerator/pull/330) ([yachub](https://github.com/yachub))
- \(RE-15206\) Add ubuntu-2204-arm64 fixtures [\#328](https://github.com/voxpupuli/beaker-hostgenerator/pull/328) ([yachub](https://github.com/yachub))
- \(RE-15156\) Add redhat-9-arm64 support [\#327](https://github.com/voxpupuli/beaker-hostgenerator/pull/327) ([yachub](https://github.com/yachub))

## [2.3.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/2.3.0) (2023-08-11)

[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.2.3...2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker-hostgenerator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BeakerHostGenerator
module Version
STRING = '2.3.0'
STRING = '2.4.0'
end
end

0 comments on commit ea5de16

Please sign in to comment.