diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c54170da48f74effd86ba7e66a99160a014302..69bef86bcdf7b69cb1748c9a3684dd28f056c476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### Version 1.19.1 +* Made DNSSEC hostname validation opt-in + ### Version 1.19.0 * Added 'App Shortcuts' to quickly access frequent contacts * Use DNSSEC to verify hostname instead of domain in certificate diff --git a/build.gradle b/build.gradle index aca6b492d8f78925b8e242f38021a72c73c45e08..35bc82908c0b9520c02db57553227facf6120c9d 100644 --- a/build.gradle +++ b/build.gradle @@ -56,8 +56,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 25 - versionCode 222 - versionName "1.19.0" + versionCode 223 + versionName "1.19.1" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" }