diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4fb457e89d295e8b236abe7390a075f57c73b6..32e3083d3eb2800d1d89c69bfa5f4d0eb44c3f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### Version 2.2.2 +* Fixed connection problems with TLS1.3 servers +* Attempt to delete broken bundles from PEP +* Use FCM instead of GCM + ### Version 2.2.1 * improved recording quality * load map tiles over Tor if enabled diff --git a/build.gradle b/build.gradle index 728ae59545969b07f5aaf859261dd8bcb9f40a0c..7512ec7fc14273efd5f0616e46c4aad36533c1ef 100644 --- a/build.gradle +++ b/build.gradle @@ -68,8 +68,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 272 - versionName "2.2.1" + versionCode 273 + versionName "2.2.2" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId