Skip to content

Commit 770cc7c

Browse files
authored
Merge pull request #1934 from bastelfreak/rel681
Release 6.8.1
2 parents 7da7d2e + 3a253b8 commit 770cc7c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## [6.8.0](https://github.com/voxpupuli/beaker/tree/6.8.0) (2025-06-14)
3+
## [6.8.1](https://github.com/voxpupuli/beaker/tree/6.8.1) (2025-06-16)
4+
5+
[Full Changelog](https://github.com/voxpupuli/beaker/compare/6.8.0...6.8.1)
6+
7+
**Fixed bugs:**
8+
9+
- Use systemd to reload ssh during host prebuilt on RHEL10 [\#1933](https://github.com/voxpupuli/beaker/pull/1933) ([matejzero](https://github.com/matejzero))
10+
11+
## [6.8.0](https://github.com/voxpupuli/beaker/tree/6.8.0) (2025-06-15)
412

513
[Full Changelog](https://github.com/voxpupuli/beaker/compare/6.7.0...6.8.0)
614

lib/beaker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Beaker
22
module Version
3-
STRING = '6.8.0'
3+
STRING = '6.8.1'
44
end
55
end

0 commit comments

Comments
 (0)