diff --git a/CHANGES.rst b/CHANGES.rst index 08f6a17c4..71383a3c0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -Changes to be released in next version +Changes in 1.3.1 (2021-04-14) ================================================= ✨ Features @@ -22,6 +22,9 @@ Changes to be released in next version Others * +Improvements: + * Upgrade MatrixKit version ([v0.14.8](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.14.8)). + Changes in 1.3.0 (2021-04-09) ================================================= diff --git a/Podfile b/Podfile index cb8bf6df9..21ad40ed5 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.7' +$matrixKitVersion = '= 0.14.8' # $matrixKitVersion = :local # $matrixKitVersion = {'develop' => 'develop'}