From 8f439a9c3743723cef84498b54cc0611ff681fbd Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 25 Jun 2020 20:35:46 +0200 Subject: [PATCH] version bump to 2.8.8 + changelog --- CHANGELOG.md | 4 ++++ build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/394.txt | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/394.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7f4430e..5cf05cfaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### Version 2.8.8 +* Fixed notifications not showing up under certain conditions +* Fixed compatibility issues and crashes related to A/V calls + ### Version 2.8.7 * Show help button if A/V call fails diff --git a/build.gradle b/build.gradle index eef177a04..a7442d886 100644 --- a/build.gradle +++ b/build.gradle @@ -95,8 +95,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 393 - versionName "2.8.7" + versionCode 394 + versionName "2.8.8" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId diff --git a/fastlane/metadata/android/en-US/changelogs/394.txt b/fastlane/metadata/android/en-US/changelogs/394.txt new file mode 100644 index 000000000..b04adbd56 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/394.txt @@ -0,0 +1,2 @@ +* Fixed notifications not showing up under certain conditions +* Fixed compatibility issues and crashes related to A/V calls