Skip to content

Commit 0e53b92

Browse files
authored
Merge pull request #1952 from bastelfreak/rel701
Release 7.0.1
2 parents 9bb5901 + 7329a31 commit 0e53b92

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [7.0.1](https://github.com/voxpupuli/beaker/tree/7.0.1) (2025-08-14)
4+
5+
[Full Changelog](https://github.com/voxpupuli/beaker/compare/7.0.0...7.0.1)
6+
7+
**Fixed bugs:**
8+
9+
- Update verify\_host\_key usage to :never, fixes deprecation warning [\#1945](https://github.com/voxpupuli/beaker/pull/1945) ([silug](https://github.com/silug))
10+
- Merge ssh settings [\#1944](https://github.com/voxpupuli/beaker/pull/1944) ([silug](https://github.com/silug))
11+
312
## [7.0.0](https://github.com/voxpupuli/beaker/tree/7.0.0) (2025-08-07)
413

514
[Full Changelog](https://github.com/voxpupuli/beaker/compare/6.8.1...7.0.0)

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 = '7.0.0'
3+
STRING = '7.0.1'
44
end
55
end

0 commit comments

Comments
 (0)