version bump to 2.9.2 + changelog

This commit is contained in:
Daniel Gultsch 2020-12-10 19:32:40 +01:00
parent f584179f2f
commit 00bc7a4b06
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
### Version 2.9.2
* Offer Easy Invite generation on supporting servers
* Display GIFs send from Movim
* store avatars in cache
### Version 2.9.1
* fixed search on Android <= 5

View File

@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 401
versionName "2.9.1"
versionCode 402
versionName "2.9.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View File

@ -0,0 +1,3 @@
* Offer Easy Invite generation on supporting servers
* Display GIFs send from Movim
* store avatars in cache