Skip to content

Commit

Permalink
Prepare for release 0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
salva committed Jun 7, 2016
1 parent 9c17f2d commit 8edb8aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Net::SSH2.

0.62 2016-06-07
- Code handling the conversion of arguments accepting both
integers and constant names was broken for undef.

0.61 2016-06-03
- "auth" method was skipping agent authentication always (bug
report and patch by NIkolay A. Fetisov).
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SSH2.pm
@@ -1,6 +1,6 @@
package Net::SSH2;

our $VERSION = '0.61';
our $VERSION = '0.62';

use 5.006;
use strict;
Expand Down

0 comments on commit 8edb8aa

Please sign in to comment.