diff --git a/CHANGES.rst b/CHANGES.rst index 9fa7c4ad3..3fc0acab7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,30 @@ +Changes in 1.3.3 (2021-04-16) +================================================= + +✨ Features + * + +🙌 Improvements + * + +🐛 Bugfix + * + +⚠️ API Changes + * + +🗣 Translations + * + +🧱 Build + * + +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/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 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'}