diff --git a/ChangeLog.md b/ChangeLog.md
index 7c6dcf20..7363ed83 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,7 @@
* [0.2.5](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.5)
- * Explictly free resources in `Compression` implementations.
+ * Explictly free resources in `Compression` implementations in https://github.com/mwiede/jsch/pull/241
+ * Fix integration test failures on Apple Silicon by skipping OpenSSH 7.4 tests by @norrisjeremy in https://github.com/mwiede/jsch/pull/227
+ * generate osgi bundle manifest data for jar #248 by @mwiede in https://github.com/mwiede/jsch/pull/249
* [0.2.4](https://github.com/mwiede/jsch/releases/tag/jsch-0.2.4)
* When connections fail due to an algorithm negotiation failure, throw a `JSchAlgoNegoFailException` that extends `JSchException`.
* The new `JSchAlgoNegoFailException` details which specific algorithm negotiation failed, along with what both JSch and the server proposed.
diff --git a/Readme.md b/Readme.md
index 40443920..cee1af07 100644
--- a/Readme.md
+++ b/Readme.md
@@ -37,7 +37,7 @@ with
com.github.mwiede
jsch
- 0.2.4
+ 0.2.5
```
@@ -47,7 +47,7 @@ When you have an artifact `foo:bar`, which contains `com.jcraft:jsch` as a trans
com.github.mwiede
jsch
- 0.2.4
+ 0.2.5
foo
diff --git a/pom.xml b/pom.xml
index 10e21560..f8fb3f8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
com.github.mwiede
jsch
jar
- 0.2.5-SNAPSHOT
+ 0.2.6-SNAPSHOT
JSch
https://github.com/mwiede/jsch
JSch is a pure Java implementation of SSH2