diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f47749d17cfe920a606cfe2547a0d04c238eccc8..9570b70bdb5f77a6eb3451defc2fc6b6bbd02e9f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,28 @@
+0.9.3 -  06 March, 2017
++++++++++++++++++++++++++++++++
+
+
+Server
+~~~~~~
+- Refactor authentication code to use twisted credential system.
+- Announce server blobs capabilities
+- `#8764 <https://0xacab.org/leap/soledad/issues/8764>`_: Allow unauthenticated users to retrieve the capabilties banner.
+- `#6178 <https://0xacab.org/leap/soledad/issues/6178>`_: Add robots.txt
+- #8762: Add a systemd service file
+- Add script to deploy from git
+
+Client
+~~~~~~~~
+- `#8758 <https://0xacab.org/leap/soledad/issues/8758>`_: Add blob size to the crypto preamble
+- Improve secrets generation and storage code
+- Add offline status to soledad client api.
+- Remove syncable property
+
+Misc
+~~~~
+- Improvements in performance benchmarks.
+
+
 0.9.2 - 22 December, 2016
 +++++++++++++++++++++++++
 
diff --git a/docs/changelog-next.rst b/docs/changelog-next.rst
index 1da32789aeeabf78c939bd3a6b31b78fc74a9114..52540f8e54c2f3ace0905d5d0c5e921e3eae33d1 100644
--- a/docs/changelog-next.rst
+++ b/docs/changelog-next.rst
@@ -1,4 +1,4 @@
-0.9.3 - 
+0.9.4 - 
 +++++++++++++++++++++++++++++++
 
 Please add lines to this file, they will be moved to the CHANGELOG.rst during
@@ -10,10 +10,6 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff.
 
 Features
 ~~~~~~~~
-- Refactor authentication code to use twisted credential system.
-- `#8764 <https://0xacab.org/leap/soledad/issues/8764>`_: Allow unauthenticated
-  users to retrieve the capabilties banner.
-- `#8758 <https://0xacab.org/leap/soledad/issues/8758>`_: Add blob size to the crypto preamble
 - `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234.
 - New feature without related issue number.
 
@@ -24,7 +20,6 @@ Bugfixes
 
 Other
 ~~~~~
-- #8762: Add a systemd service file
 - `#1236 <https://leap.se/code/issues/1236>`_: Description of the new feature corresponding with issue #1236.
 - Some change without issue number.