From 7c9292d6e7c80b10c4240fdd14c7a800837259a1 Mon Sep 17 00:00:00 2001 From: manuroe Date: Tue, 8 Jun 2021 12:11:07 +0200 Subject: [PATCH] Prepare for new sprint after the 1.4.1 hotfix release I applied manually what the release script does like in https://github.com/vector-im/element-ios/commit/af60144b00d45ca17a40d5ec30fe2d2fc33c1898 --- CHANGES.rst | 30 +++++++++++++++++++++++++++--- Config/AppIdentifiers.xcconfig | 4 ++-- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2500123b5..d3a374cdf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,8 +9,7 @@ Changes to be released in next version * EncryptionKeyManager: Create keys for room last message data type. 🐛 Bugfix - * SettingsViewController: Fix crash when changing the app language (#4377). - * UserSessionsService: Fix room lists lost after a reset cache (#4395). + * ⚠️ API Changes * @@ -22,7 +21,32 @@ Changes to be released in next version * Others - * + * + + Changes in 1.4.1 (2021-06-08) +================================================= + +✨ Features + * + +🙌 Improvements + * + +🐛 Bugfix + * SettingsViewController: Fix crash when changing the app language (#4377). + * UserSessionsService: Fix room lists lost after a reset cache (#4395). + +⚠️ API Changes + * + +🗣 Translations + * + +🧱 Build + * + +Others + * Changes in 1.4.0 (2021-06-03) ================================================= diff --git a/Config/AppIdentifiers.xcconfig b/Config/AppIdentifiers.xcconfig index 12b57d3db..cd0fd28f8 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.1 -CURRENT_PROJECT_VERSION = 1.4.1 +MARKETING_VERSION = 1.4.2 +CURRENT_PROJECT_VERSION = 1.4.2 // Team