version bump to 2.15.0-beta + changelog

Daniel Gultsch created

Change summary

CHANGELOG.md | 6 ++++++
build.gradle | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,11 @@
 # Changelog
 
+### Version 2.15.0
+
+* Use Material 3 theme
+* Reorganize settings
+* Synchronize read state across devices
+
 ### Version 2.14.2
 
 * Restore access to Channel Discovery for Android 6+7

build.gradle 🔗

@@ -98,8 +98,8 @@ android {
     defaultConfig {
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 42105
-        versionName "2.14.2"
+        versionCode 42106
+        versionName "2.15.0-beta"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId