Skip to content

Commit

Permalink
2.8.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
yachub committed Nov 1, 2023
1 parent 3c687cf commit 3281a1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

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

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

**Implemented enhancements:**

- Add osx14-64 and osx14-ARM64 support [\#341](https://github.com/voxpupuli/beaker-hostgenerator/pull/341) ([yachub](https://github.com/yachub))

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

[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/2.6.0...2.7.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.7.0'
STRING = '2.8.0'
end
end

0 comments on commit 3281a1b

Please sign in to comment.