diff --git a/CHANGELOG.md b/CHANGELOG.md index cacec357628b15d22ef19c51a3c792d5b9e77f69..c8b2a874673ad4ce8f8ec596d612185bcd0cc484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### Version 2.2.5 +* Persist MUC avatar across restarts / show in bookmarks +* Offer Paste as quote for HTML content + ### Version 2.2.4 * Use group chat name as primary identifier * Show group name and subject in group chat details diff --git a/build.gradle b/build.gradle index a7cff3a5984483a406288f9315744cff02289f89..16a28c8fad076c43e1a64f94ac11e8b1128ea95b 100644 --- a/build.gradle +++ b/build.gradle @@ -67,8 +67,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 276 - versionName "2.2.4" + versionCode 277 + versionName "2.2.5" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId