From ad41830aa06b32c8fd27efca78b225157e447191 Mon Sep 17 00:00:00 2001 From: manuroe Date: Fri, 16 Apr 2021 17:03:06 +0200 Subject: [PATCH 1/2] Prepare for new sprint --- CHANGES.rst | 24 ++++++++++++++++++++++++ Config/AppIdentifiers.xcconfig | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9fa7c4ad3..8b861452b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,27 @@ +Changes to be released in next version +================================================= + +✨ Features + * + +🙌 Improvements + * + +🐛 Bugfix + * + +⚠️ API Changes + * + +🗣 Translations + * + +🧱 Build + * + +Others + * + Changes in 1.3.2 (2021-04-16) ================================================= diff --git a/Config/AppIdentifiers.xcconfig b/Config/AppIdentifiers.xcconfig index bad8deffa..53bcdd3e6 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.3.2 -CURRENT_PROJECT_VERSION = 1.3.2 +MARKETING_VERSION = 1.3.3 +CURRENT_PROJECT_VERSION = 1.3.3 // Team From c03be435e52a4d378943aca9dac99fd3787b7587 Mon Sep 17 00:00:00 2001 From: manuroe Date: Fri, 16 Apr 2021 17:13:16 +0200 Subject: [PATCH 2/2] version++ --- CHANGES.rst | 5 ++++- Podfile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8b861452b..3fc0acab7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -Changes to be released in next version +Changes in 1.3.3 (2021-04-16) ================================================= ✨ Features @@ -22,6 +22,9 @@ Changes to be released in next version Others * +Improvements: + * Upgrade MatrixKit version ([v0.14.9](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.14.9)). + Changes in 1.3.2 (2021-04-16) ================================================= diff --git a/Podfile b/Podfile index e03fecfdf..f711d8ec5 100644 --- a/Podfile +++ b/Podfile @@ -11,7 +11,7 @@ use_frameworks! # - `{ {kit spec hash} => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for each repo. Used by Fastfile during CI # # Warning: our internal tooling depends on the name of this variable name, so be sure not to change it -$matrixKitVersion = '0.14.9' +$matrixKitVersion = '= 0.14.9' # $matrixKitVersion = :local # $matrixKitVersion = {'develop' => 'develop'}