Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Mar 3, 2018
1 parent 7b0b467 commit 5bcba24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.0 (2018-03-03)
- Add `Session#userauth_password`

## 0.3.1 (2016-04-08)
- Fix SSHKit::Backend::Libssh for SSHKit v1.9.0
- libssh now requires SSHKit v1.9.0 or later.
Expand Down
2 changes: 1 addition & 1 deletion lib/libssh/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LibSSH
# The version of libssh gem.
VERSION = '0.3.1'.freeze
VERSION = '0.4.0'
end

0 comments on commit 5bcba24

Please sign in to comment.