We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b4f3f commit 55f708bCopy full SHA for 55f708b
CHANGELOG.md
@@ -5,9 +5,12 @@ appear at the top.
5
6
## `master` (Unreleased)
7
8
+ * Add your entries below here, remember to credit yourself however you want
9
+ to be credited!
10
+
11
+## 1.7.1
12
13
* Fix a regression in 1.7.0 that caused command completion messages to be removed from log output. @mattbrictson
- * Add your entries here, remember to credit yourself however you want to be
- credited!
14
15
## 1.7.0
16
lib/sshkit/version.rb
@@ -1,3 +1,3 @@
1
module SSHKit
2
- VERSION = "1.7.0"
+ VERSION = "1.7.1"
3
end
0 commit comments