diff --git a/README.adoc b/README.adoc index 996e6e39..0ccb5c3f 100644 --- a/README.adoc +++ b/README.adoc @@ -108,7 +108,11 @@ Issue tracker: https://github.com/hierynomus/sshj/issues Fork away! == Release history -SSHJ 0.36.0 (2023-07-14):: +SSHJ 0.36.0 (2023-07-18):: +* 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 +* Merged https://github.com/hierynomus/sshj/pull/879[#879]: Replaced custom Base64 with java.util.Base64 +* Merged https://github.com/hierynomus/sshj/pull/852[#852]: Removed unused bcrypt password hashing methods * Merged https://github.com/hierynomus/sshj/pull/874[#874]: Java 8 minimum version + dependency upgrades * Merged https://github.com/hierynomus/sshj/pull/876[#876]: Change `newStatefulSFTPClient` to return `StatefulSFTPClient` * Merged https://github.com/hierynomus/sshj/pull/860[#860]: Upgrade to Gradle 7.6.1