diff --git a/CHANGES.rst b/CHANGES.rst
index 322ff26e2e..f4835ee238 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,16 @@
+Changes in 0.2.3 (2016-09-30)
+===============================================
+
+Improvements:
+ * Upgrade MatrixKit version (v0.3.19).
+ * RoomSearchDataSource: Remove the matrix session from the parameters in `initWithRoomDataSource` API.
+ * Enhance the messages search display.
+
+Bug fixes:
+ * App crashes when user taps on room alias with multiple # in chat history #668.
+ * Room message search: the message date & time are not displayed #361.
+ * Room message search: the search pattern is not highlighted in results #660.
+
Changes in 0.2.2 (2016-09-27)
===============================================
diff --git a/Podfile b/Podfile
index d6c2b53c5d..baeb440622 100644
--- a/Podfile
+++ b/Podfile
@@ -8,7 +8,7 @@ target "Vector" do
# Different flavours of pods to MatrixKit
# The tagged version on which this version of Vector has been built
-pod 'MatrixKit', '0.3.18'
+pod 'MatrixKit', '0.3.19'
# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
diff --git a/Vector/Info.plist b/Vector/Info.plist
index 8763c846d5..25c0b7c34f 100644
--- a/Vector/Info.plist
+++ b/Vector/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.2.2
+ 0.2.3
CFBundleSignature
????
CFBundleVersion
- 0.2.2
+ 0.2.3
ITSAppUsesNonExemptEncryption
LSRequiresIPhoneOS