CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.17.11
+
+* minor bug fixes
+
### Version 2.17.10
* Allow audio recording to be pause by tapping the timer
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4213304.txt | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.17.11
+
+* minor bug fixes
+
### Version 2.17.10
* Allow audio recording to be pause by tapping the timer
@@ -113,8 +113,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42132
- versionName "2.17.10"
+ versionCode 42133
+ versionName "2.17.11"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1 @@
+* minor bug fixes