diff --git a/CHANGES.rst b/CHANGES.rst index e884a5761..f165afb3e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -Changes to be released in next version +Changes in 1.1.2 (2020-12-02) ================================================= ✨ Features @@ -23,6 +23,9 @@ Changes to be released in next version Others * +Improvements: + * Upgrade MatrixKit version ([v0.13.2](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.13.2)). + Changes in 1.1.1 (2020-11-24) ================================================= diff --git a/Podfile b/Podfile index 9759a3f24..d113b6171 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.13.1' +$matrixKitVersion = '= 0.13.2' # $matrixKitVersion = :local # $matrixKitVersion = {'develop' => 'develop'}