From 2bef99c875f8ff98e8cb9d678a4fbc8a12168899 Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Mon, 4 Sep 2023 08:58:52 +0200 Subject: [PATCH] Prepare release 0.36.0 --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 36100992..0f4d6a0f 100644 --- a/README.adoc +++ b/README.adoc @@ -108,7 +108,9 @@ Issue tracker: https://github.com/hierynomus/sshj/issues Fork away! == Release history -SSHJ 0.36.0 (2023-07-18):: +SSHJ 0.36.0 (2023-09-04):: +* Rewrote Integration tests to JUnit5 +* Merged https://github.com/hierynomus/sshj/pull/851[#851]: Fix race condition in key exchange causing intermittent SSH_MSG_UNIMPLEMENTED * Merged https://github.com/hierynomus/sshj/pull/861[#861]: Add DefaultSecurityProviderConfig with has BouncyCastle disabled * Merged https://github.com/hierynomus/sshj/pull/881[#881]: Rewrote test classes to JUnit Jupiter engine * Merged https://github.com/hierynomus/sshj/pull/880[#880]: Removed Java 7 backport Socket utilities