diff --git a/CHANGES.rst b/CHANGES.rst
index 055f8bc01b963024e7b01913e84309dbd15b0be3..86e78c2881bc375cc2636b28ebe7546b55fab4a3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,5 +1,6 @@
-Changes in synapse 0.0.1
-=======================
+Changes in synapse 0.0.1 (2014-08-22)
+=====================================
+
 Homeserver:
  * Completely change the database schema to support generic event types.
  * Improve presence reliability.
@@ -18,3 +19,8 @@ Webclient:
  * Use the new initial sync API to reduce number of round trips to the homeserver.
  * Change url scheme to use room aliases instead of room ids where known.
  * Increase longpoll timeout.
+
+Changes in synapse 0.0.0 (2014-08-13)
+=====================================
+
+ * Initial alpha release