Skip to content

Commit 3b67d2b

Browse files
committed
Prepare release 0.37.0
1 parent 9b9b208 commit 3b67d2b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= sshj - SSHv2 library for Java
22
Jeroen van Erp
33
:sshj_groupid: com.hierynomus
4-
:sshj_version: 0.36.0
4+
:sshj_version: 0.37.0
55
:source-highlighter: pygments
66

77
image:https://github.com/hierynomus/sshj/actions/workflows/gradle.yml/badge.svg[link="https://github.com/hierynomus/sshj/actions/workflows/gradle.yml"]
@@ -108,6 +108,10 @@ Issue tracker: https://github.com/hierynomus/sshj/issues
108108
Fork away!
109109

110110
== Release history
111+
SSHJ 0.37.0 (2023-10-11)::
112+
* Merged https://github.com/hierynomus/sshj/pull/899[#899]: Add support for AES-GCM OpenSSH private keys
113+
* Merged https://github.com/hierynomus/sshj/pull/901[#901]: Fix ZLib compression bug
114+
* Merged https://github.com/hierynomus/sshj/pull/898[#898]: Improved malformed file handling for OpenSSH private keys
111115
SSHJ 0.36.0 (2023-09-04)::
112116
* Rewrote Integration tests to JUnit5
113117
* Merged https://github.com/hierynomus/sshj/pull/851[#851]: Fix race condition in key exchange causing intermittent SSH_MSG_UNIMPLEMENTED

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>com.hierynomus</groupId>
2525
<artifactId>sshj-examples</artifactId>
2626
<packaging>jar</packaging>
27-
<version>0.33.0</version>
27+
<version>0.37.0</version>
2828

2929
<name>sshj-examples</name>
3030
<description>Examples for SSHv2 library for Java</description>

0 commit comments

Comments
 (0)