diff --git a/CHANGES.rst b/CHANGES.rst
index d4d3f5727..6c66275db 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,24 @@
+Changes in Vector iOS in 0.1.6 (2016-05-04)
+===============================================
+
+Improvements:
+ * Upgrade MatrixKit version (v0.3.7).
+ * Room member details: Order members by power levels (me, admins then moderators then others).
+ * Room member details: Sort members with the same algo as Vector web client.
+ * Universal link: Add www.vector.im as associated domain.
+ * Chat screen: Open member details on tap-on-avatar #294.
+
+Bug fixes:
+ * 6+/iPad: Better manage user with no room in landscape #268.
+ * Handle the error on joining a room where everyone has left #283.
+ * Video playback stops when you rotate the device #266.
+ * 'Enable notifications on your device' toggle spills over the side on an iPhone 5 display #167.
+ * Media Picker: user's albums are missing #208.
+ * Authentication screen: inputs fields are missing (blank screen) on first app launch.
+ * Room member details: only the "start chat" text is clickable, not that whole button area. #282
+ * Media Picker: Fix icons used on video preview.
+ * Room Participants - Search session: the return key must be 'Done' instead of 'Search' #292.
+
Changes in Vector iOS in 0.1.5 (2016-04-27)
===============================================
diff --git a/Podfile b/Podfile
index 8eda6cec7..c9c6b64ef 100644
--- a/Podfile
+++ b/Podfile
@@ -8,14 +8,14 @@ target "Vector" do
# Different flavours of pods to MatrixKit
# The tagged version on which this version of Console has been built
-#pod 'MatrixKit', '~> 0.3.6'
+pod 'MatrixKit', '~> 0.3.7'
# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
# The develop branch version
-pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
-pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
+#pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
+#pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
# The one used for developping both MatrixSDK and MatrixKit
# Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder
diff --git a/Vector/Info.plist b/Vector/Info.plist
index b3a29ec3b..32686dbe4 100644
--- a/Vector/Info.plist
+++ b/Vector/Info.plist
@@ -36,7 +36,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.5
+ 0.1.6
CFBundleSignature
????
CFBundleVersion