diff --git a/CHANGES.rst b/CHANGES.rst
index 2463135816..dcfa6a2e93 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+Changes in 0.6.11 (2018-02-27)
+===============================================
+
+Improvements:
+ * Upgrade MatrixKit version (v0.7.7).
+
+Bug Fix:
+ * My communities screen is empty despite me being in several groups (#1792).
+
Changes in 0.6.10 (2018-02-14)
===============================================
diff --git a/Podfile b/Podfile
index bae568bdac..a0df46413b 100644
--- a/Podfile
+++ b/Podfile
@@ -9,7 +9,7 @@ source 'https://github.com/CocoaPods/Specs.git'
# Different flavours of pods to MatrixKit
# The current MatrixKit pod version
-$matrixKitVersion = '0.7.6'
+$matrixKitVersion = '0.7.7'
# The develop branch version
#$matrixKitVersion = 'develop'
diff --git a/Podfile.lock b/Podfile.lock
index a76a8d50d5..e088786642 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -43,21 +43,21 @@ PODS:
- GZIP (1.2.1)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.9.13)
- - MatrixKit (0.7.6):
+ - MatrixKit (0.7.7):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- - MatrixKit/Core (= 0.7.6)
+ - MatrixKit/Core (= 0.7.7)
- MatrixSDK (= 0.10.5)
- - MatrixKit/AppExtension (0.7.6):
+ - MatrixKit/AppExtension (0.7.7):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- DTCoreText/Extension
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.10.5)
- - MatrixKit/Core (0.7.6):
+ - MatrixKit/Core (0.7.7):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
@@ -90,8 +90,8 @@ DEPENDENCIES:
- cmark
- DTCoreText
- GBDeviceInfo (~> 5.1.0)
- - MatrixKit (= 0.7.6)
- - MatrixKit/AppExtension (= 0.7.6)
+ - MatrixKit (= 0.7.7)
+ - MatrixKit/AppExtension (= 0.7.7)
- MatrixSDK/JingleCallStack
- OLMKit
- PiwikTracker (from `https://github.com/manuroe/matomo-sdk-ios.git`, branch `feature/CustomVariables`)
@@ -115,13 +115,13 @@ SPEC CHECKSUMS:
GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa
- MatrixKit: c0f004d72b589fe259a38163181a02e036dc929a
+ MatrixKit: c1b7e4d181fff789ce5fc449b934a37a148e5820
MatrixSDK: ad1f2b3f183ad328a8a0ab7b3f8aa13bc145d141
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
PiwikTracker: 42862c7b13028065c3dfd36b4dc38db8a5765acf
Realm: 42d1c38a5b1bbcc828b48a7ce702cb86fc68adf4
WebRTC: f2a6203584745fe53532633397557876b5d71640
-PODFILE CHECKSUM: fde34ec5f4ebb6e811888a13cae5fdbc944d73a8
+PODFILE CHECKSUM: c9f36b49408c561b35967a17d6d35e9ca7962b33
COCOAPODS: 1.4.0
diff --git a/Riot/Info.plist b/Riot/Info.plist
index 67a0b7512c..dc1d824ac0 100644
--- a/Riot/Info.plist
+++ b/Riot/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.6.10
+ 0.6.11
CFBundleSignature
????
CFBundleVersion
- 0.6.10
+ 0.6.11
ITSAppUsesNonExemptEncryption
ITSEncryptionExportComplianceCode
diff --git a/RiotShareExtension/Info.plist b/RiotShareExtension/Info.plist
index 72e5cfc670..ecd0986f72 100644
--- a/RiotShareExtension/Info.plist
+++ b/RiotShareExtension/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 0.6.10
+ 0.6.11
CFBundleVersion
1
NSExtension
diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist
index fed7666e90..3343219ebb 100644
--- a/SiriIntents/Info.plist
+++ b/SiriIntents/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 0.6.10
+ 0.6.11
CFBundleVersion
1
NSExtension