We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dd9b7 commit 8bf0991Copy full SHA for 8bf0991
CHANGELOG.md
@@ -5,11 +5,14 @@ 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.8.0
12
13
* add SSHKit::Backend::ConnectionPool#close_connections
14
[PR #285](https://github.com/capistrano/sshkit/pull/285)
15
@akm
- * Add your entries below here, remember to credit yourself however you want
- to be credited!
16
* Clean up rubocop lint warnings
17
[PR #275](https://github.com/capistrano/sshkit/pull/275)
18
@cshaffer
lib/sshkit/version.rb
@@ -1,3 +1,3 @@
1
module SSHKit
2
- VERSION = "1.7.1"
+ VERSION = "1.8.0"
3
end
0 commit comments