diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb103274..50a8b99d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@
- Single Sign on for all Nextcloud Android Apps!
+
+0.9.9.24
+---------------------
+- Fix - app crashes
+
+
+
0.9.9.23
---------------------
- Fix - app crashes
diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml
index 240f47d0..39b37504 100644
--- a/News-Android-App/src/main/AndroidManifest.xml
+++ b/News-Android-App/src/main/AndroidManifest.xml
@@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.luhmer.owncloudnewsreader"
android:installLocation="internalOnly"
- android:versionCode="139"
- android:versionName="0.9.9.23">
+ android:versionCode="140"
+ android:versionName="0.9.9.24">