diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bf2a78e..48a5feff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Version 2.10.0 * Show black bars when remote video does not match aspect ratio of screen +* Improve search performance * Add setting to prevent screenshots ### Version 2.9.13 diff --git a/build.gradle b/build.gradle index 36bf91f18..4a80ccaaf 100644 --- a/build.gradle +++ b/build.gradle @@ -93,8 +93,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 42016 - versionName "2.10.0-beta" + versionCode 42017 + versionName "2.10.0-beta.2" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId