diff --git a/ChangeLog.md b/ChangeLog.md
index 03bf6573..22bb7fc1 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,6 @@
+* [0.2.15](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.15)
+ * address [CVE-2023-48795](https://nvd.nist.gov/vuln/detail/CVE-2023-48795) by adding support for new strict key exchange extension
+ * Add support for `ext-info-in-auth@openssh.com` extension
* [0.2.14](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.14)
* [#450](https://github.com/mwiede/jsch/issues/450) use Socket.connect() with a timeout that has been supported since Java 1.4 instead of using old method of creating a separate thread and joining to that thread with timeout.
* [0.2.13](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.13)
diff --git a/Readme.md b/Readme.md
index 31de4a53..60d76a7c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -33,7 +33,7 @@ with
com.github.mwiede
jsch
- 0.2.14
+ 0.2.15
```
@@ -43,7 +43,7 @@ When you have an artifact `foo:bar`, which contains `com.jcraft:jsch` as a trans
com.github.mwiede
jsch
- 0.2.14
+ 0.2.15
foo
diff --git a/pom.xml b/pom.xml
index 3dc16283..34d69187 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.mwiede
jsch
jar
- 0.2.15-SNAPSHOT
+ 0.2.16-SNAPSHOT
JSch
https://github.com/mwiede/jsch
JSch is a pure Java implementation of SSH2
@@ -73,7 +73,7 @@
- 2023-12-14T11:54:05Z
+ 2023-12-19T16:07:05Z
UTF-8
UTF-8
true