summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--lib/net/ssh/version.rb2
2 files changed, 5 insertions, 1 deletions
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