CHANGELOG.md 🔗
@@ -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
Daniel Gultsch created
CHANGELOG.md | 6 ++++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/402.txt | 3 +++
3 files changed, 11 insertions(+), 2 deletions(-)
@@ -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
@@ -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
@@ -0,0 +1,3 @@
+* Offer Easy Invite generation on supporting servers
+* Display GIFs send from Movim
+* store avatars in cache