From 5b3b13425f8477729e416669362721dbf466cc97 Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Wed, 12 May 2021 16:34:21 +0200 Subject: [PATCH] version++ --- CHANGES.rst | 5 ++++- Podfile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2346d22f1..ccb521a38 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -Changes to be released in next version +Changes in 1.3.7 (2021-05-12) ================================================= ✨ Features @@ -24,6 +24,9 @@ Changes to be released in next version Others * +Improvements: + * Upgrade MatrixKit version ([v0.14.12](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.14.12)). + Changes in 1.3.6 (2021-05-07) ================================================= diff --git a/Podfile b/Podfile index faff847c4..30d892be5 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.11' +$matrixKitVersion = '= 0.14.12' # $matrixKitVersion = :local # $matrixKitVersion = {'develop' => 'develop'}