summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2008-12-06 23:29:43 -0700
committerJamis Buck <jamis@37signals.com>2008-12-06 23:29:43 -0700
commit2c02cc3a831fd8bd975c77c4bd592fce52d11aee (patch)
tree3cea60158bad61de24d9f1d3572c47b0b040fa23
parent7a449c980b5a5f12c3516bcfa9c47d924ef5a25c (diff)
downloadnet-ssh-2c02cc3a831fd8bd975c77c4bd592fce52d11aee.tar.gz
version bumpv2.0.6
-rw-r--r--CHANGELOG.rdoc5
-rw-r--r--lib/net/ssh/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index 67da207..feabfcf 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,3 +1,8 @@
+=== 2.0.6 / 6 December 2008
+
+* Update the Manifest file so that the gem includes all necessary files [Jamis Buck]
+
+
=== 2.0.5 / 6 December 2008
* Make the Pageant interface comply with more of the Socket interface to avoid related errors [Jamis Buck]
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index b206f5d..60674b5 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -51,7 +51,7 @@ module Net; module SSH
MINOR = 0
# The tiny component of this version of the Net::SSH library
- TINY = 5
+ TINY = 6
# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)