diff --git a/CHANGELOG.md b/CHANGELOG.md index ac29b5f883dd4a74a1b369567e61eaf9489975fe..1a10c80882082d356d9407ca86dd08ad4980dea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### Version 2.10.10 + +* Minor bug fixes +* Restore ability to call out via JMP and other services (Playstore version) + ### Version 2.10.9 * Ask for Bluetooth permissions when making A/V calls (You can reject this if you don’t use Bluetooth headsets) diff --git a/build.gradle b/build.gradle index c102d9e39327a9061db113a481bdd7730302679b..063dac0ce53af7e3699455ca595d124fb745aabd 100644 --- a/build.gradle +++ b/build.gradle @@ -92,8 +92,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 32 - versionCode 42037 - versionName "2.10.9" + versionCode 42038 + versionName "2.10.10" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId diff --git a/fastlane/metadata/android/en-US/changelogs/42038.txt b/fastlane/metadata/android/en-US/changelogs/42038.txt new file mode 100644 index 0000000000000000000000000000000000000000..da3c42237f1a1b58be3ee50209e60a08c3c684b9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/42038.txt @@ -0,0 +1,2 @@ +* Minor bug fixes +* Restore ability to call out via JMP and other services (Playstore version)