diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8c7337e4..376ee205d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+0.9.9.68 (Beta)
+---------------------
+- Fixed - #1012 Loadingbar is visible even though page is done loading
+- Fixed - #1029 Unread list does not actualize after manual update (Only when using legacy login)
+- Fixed - #1046 "No notification" setting still generates notifications in separate notification channel
+- Fixed - Fix missing images if webview has been restored (e.g. after app has been in background)
+- Fixed - News App is broken after restoring it from a backup (when using SSO)
+
+
0.9.9.67 (Beta)
---------------------
- Fixed - #1044 Colors/Theme sometimes not applied
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index 70f2a6384..cc495de5c 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -27,8 +27,8 @@ android {
vectorDrawables.useSupportLibrary = true
- versionCode 170
- versionName "0.9.9.67"
+ versionCode 171
+ versionName "0.9.9.68"
}
buildFeatures {
diff --git a/fastlane/metadata/android/de-DE/changelogs/171.txt b/fastlane/metadata/android/de-DE/changelogs/171.txt
new file mode 100644
index 000000000..67ba6a6b8
--- /dev/null
+++ b/fastlane/metadata/android/de-DE/changelogs/171.txt
@@ -0,0 +1,5 @@
+- Fixed - #1012 Loadingbar is visible even though page is done loading
+- Fixed - #1029 Unread list does not actualize after manual update (Only when using legacy login)
+- Fixed - #1046 "No notification" setting still generates notifications in separate notification channel
+- Fixed - Fix missing images if webview has been restored (e.g. after app has been in background)
+- Fixed - News App is broken after restoring it from a backup (when using SSO)
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/171.txt b/fastlane/metadata/android/en-US/changelogs/171.txt
new file mode 100644
index 000000000..67ba6a6b8
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/171.txt
@@ -0,0 +1,5 @@
+- Fixed - #1012 Loadingbar is visible even though page is done loading
+- Fixed - #1029 Unread list does not actualize after manual update (Only when using legacy login)
+- Fixed - #1046 "No notification" setting still generates notifications in separate notification channel
+- Fixed - Fix missing images if webview has been restored (e.g. after app has been in background)
+- Fixed - News App is broken after restoring it from a backup (when using SSO)
\ No newline at end of file