From 6f072f4a54990da7eafca24998910e6fab78ab88 Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Wed, 7 Jul 2021 17:44:24 +0300 Subject: [PATCH 1/2] Update app version to 1.4.5 --- Config/AppIdentifiers.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/AppIdentifiers.xcconfig b/Config/AppIdentifiers.xcconfig index a56c9e00a..391931749 100644 --- a/Config/AppIdentifiers.xcconfig +++ b/Config/AppIdentifiers.xcconfig @@ -22,8 +22,8 @@ APPLICATION_GROUP_IDENTIFIER = group.im.vector APPLICATION_SCHEME = element // Version -MARKETING_VERSION = 1.4.4 -CURRENT_PROJECT_VERSION = 1.4.4 +MARKETING_VERSION = 1.4.5 +CURRENT_PROJECT_VERSION = 1.4.5 // Team From 6e55086c8774e021f7ce72ce2eb4dbcc2400bbea Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Wed, 7 Jul 2021 17:44:36 +0300 Subject: [PATCH 2/2] Update CHANGES.rst --- CHANGES.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 29c0a6b44..65bed365e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,24 @@ +Changes in 1.4.5 (2021-07-07) +================================================= + +✨ Features + * + +🙌 Improvements + * + +🐛 Bugfix + * Notifications: Fix an issue where the app is unresponsive after getting some notifications (#4534). + +⚠️ API Changes + * + +🗣 Translations + * + +🧱 Build + * + Changes in 1.4.4 (2021-06-30) =================================================