From c9a4693cadb656473d89fb7f5f4681ab596649a6 Mon Sep 17 00:00:00 2001
From: Kali Kaneko <kali@leap.se>
Date: Thu, 1 Jun 2017 01:10:42 +0200
Subject: [PATCH] [docs] bump changelog

---
 CHANGELOG.rst           | 30 +++++++++++++++++++++++++++++-
 docs/changelog-next.rst |  2 +-
 2 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 12a631b3..1224fd22 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,4 +1,32 @@
-0.9.4 -  17 March, 2017
+0.9.6 - 31 May, 2017
++++++++++++++++++++++++++++++++
+
+Server
+~~~~~~
+
+- Minimal Filesystem BlobsBackend implementation, disabled by default.
+
+Client
+~~~~~~
+
+- Minimal Blobs manager implementation
+- Blobs API
+- Ability to generate recovery code.
+- Fix deprecated multibackend call (cryptography).
+
+Misc
+~~~~~~
+
+- Post benchmark results to elasticsearch
+- Build docker image and push it to registry every time the dockerfile used for
+  tests is changed
+- Fix flaky tests
+- Cleanup old documentation.
+- Added dependency on treq.
+- Improve cpu/memory profiling.
+
+
+0.9.5 -  17 March, 2017
 +++++++++++++++++++++++++++++++
 
 Server
diff --git a/docs/changelog-next.rst b/docs/changelog-next.rst
index 52540f8e..f7a90692 100644
--- a/docs/changelog-next.rst
+++ b/docs/changelog-next.rst
@@ -1,4 +1,4 @@
-0.9.4 - 
+0.9.7 - 
 +++++++++++++++++++++++++++++++
 
 Please add lines to this file, they will be moved to the CHANGELOG.rst during
-- 
GitLab