From a2ae0d14c290167621bfaef99e0f19e5d027b125 Mon Sep 17 00:00:00 2001 From: Miklos Fazekas Date: Sat, 25 Apr 2020 15:57:51 +0200 Subject: 6.0.2 prepare --- CHANGES.txt | 4 ++++ lib/net/ssh/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6707307..b8d1844 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +=== 6.0.2 + + * Fix corrupted hmac issue in etm hmac [#759] + === 6.0.1 * Make sha2-{256,512}-etm@openssh.com MAC opt-in as they seems to have issues [#757] diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb index 1681dd8..d153b0d 100644 --- a/lib/net/ssh/version.rb +++ b/lib/net/ssh/version.rb @@ -52,7 +52,7 @@ module Net MINOR = 0 # The tiny component of this version of the Net::SSH library - TINY = 1 + TINY = 2 # The prerelease component of this version of the Net::SSH library # nil allowed -- cgit v1.2.1