CHANGELOG.md 🔗
@@ -1,5 +1,8 @@
# Changelog
+### Version 1.23.3
+* Fixed OMEMO device list no being announced
+
### Version 1.23.2
* Removed NFC support
* upload Avatars as JPEG
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
@@ -1,5 +1,8 @@
# Changelog
+### Version 1.23.3
+* Fixed OMEMO device list no being announced
+
### Version 1.23.2
* Removed NFC support
* upload Avatars as JPEG
@@ -69,8 +69,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
- versionCode 246
- versionName "1.23.2"
+ versionCode 247
+ versionName "1.23.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}