diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 12cb56ab4f51d633bb3a89748eaf19e8b9261826..f47749d17cfe920a606cfe2547a0d04c238eccc8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,26 @@
+0.9.2 - 22 December, 2016
++++++++++++++++++++++++++
+
+Performance improvements
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+- use AES 256 GCM mode instead of CTR+HMAC.
+- streaming encryption/decryption and data transfer.
+
+Server
+~~~~~~
+
+- move server to a twisted resource entrypoint.
+
+Client
+~~~~~~
+
+- use twisted http agent in the client.
+- maintain backwards compatibility with old crypto scheme (AES 256 CTR+HMAC).
+  No migration for now, only in 0.10.
+- remove the encryption/decryption pools, replace for inline streaming crypto.
+- use sqlcipher transactions on sync.
+
 0.9.1 - 27 November, 2016
 +++++++++++++++++++++++++