diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a84b028c42efc358c00b3eb40f442c72c013c9..c1e5b00e5e0ab773d2c99a88ef2a466513e6a30d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Version 2.3.3 +* Fixed connection issues with user@ip type JIDs + ### Version 2.3.2 * Fixed OMEMO on Android 5.1 & 6.0 * Added setting for video quality diff --git a/build.gradle b/build.gradle index 9d2bcc82c0830df17beb531201ef1b4de6a49a07..48474458b69832bd1a36c308267c945e23691e39 100644 --- a/build.gradle +++ b/build.gradle @@ -67,8 +67,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 294 - versionName "2.3.2" + versionCode 295 + versionName "2.3.3" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId