From a3351858275ebc907a037bb2bf6cc781cc42b364 Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Tue, 18 Aug 2015 17:30:19 +0200 Subject: [PATCH] Moved to SNAPSHOT --- README.adoc | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 6ea44da2..bbd5a317 100644 --- a/README.adoc +++ b/README.adoc @@ -92,6 +92,9 @@ Google Group: http://groups.google.com/group/sshj-users Fork away! == Release history +SSHJ 0.14.0 (2015-??-??):: +* Merged https://github.com/hierynomus/sshj/issues/208[#208]: Added SCP bandwidth limitation support +* Merged https://github.com/hierynomus/sshj/issues/211[#211]: Made keyfile format detection more robust SSHJ 0.13.0 (2015-08-18):: * Merged https://github.com/hierynomus/sshj/issues/199[#199]: Fix for IndexOutOfBoundsException in ReadAheadRemoteFileInputStream, fixes https://github.com/hierynomus/sshj/issues/183[#183] * Merged https://github.com/hierynomus/sshj/issues/195[#195]: New authentication supported: `gssapi-with-mic` diff --git a/build.gradle b/build.gradle index c9e8a5c1..d130811c 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: "signing" apply plugin: "osgi" group = "com.hierynomus" -version = "0.13.0" +version = "0.14.0-SNAPSHOT" repositories { mavenCentral()