We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bb5901 + 7329a31 commit 0e53b92Copy full SHA for 0e53b92
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## [7.0.0](https://github.com/voxpupuli/beaker/tree/7.0.0) (2025-08-07)
13
14
[Full Changelog](https://github.com/voxpupuli/beaker/compare/6.8.1...7.0.0)
lib/beaker/version.rb
@@ -1,5 +1,5 @@
module Beaker
module Version
- STRING = '7.0.0'
+ STRING = '7.0.1'
end
0 commit comments