From 0507e9cf6f435ed6a2d4cbe80e3bd90472e5f57e Mon Sep 17 00:00:00 2001
From: Dean Troyer <dtroyer@gmail.com>
Date: Tue, 6 Aug 2013 12:43:22 -0500
Subject: [PATCH] Add release notes in docs

Change-Id: I49dc936a37848745ce3412e810b98348558d1157
---
 doc/source/index.rst    | 10 +---------
 doc/source/releases.rst | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 9 deletions(-)
 create mode 100644 doc/source/releases.rst

diff --git a/doc/source/index.rst b/doc/source/index.rst
index deddd07ea0..fcb053d621 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -10,6 +10,7 @@ Contents:
 .. toctree::
    :maxdepth: 1
 
+   releases
    commands
    man/openstack
 
@@ -34,15 +35,6 @@ using `Gerrit`_.
 .. _Launchpad: https://launchpad.net/python-openstackclient
 .. _Gerrit: http://wiki.openstack.org/GerritWorkflow
 
-Release Notes
-=============
-
-0.2
----
-
-* First alpha release to PyPI
-* Implemented Compute, Identity, Image and Volume API commands
-
 Index
 =====
 
diff --git a/doc/source/releases.rst b/doc/source/releases.rst
new file mode 100644
index 0000000000..5d5366be77
--- /dev/null
+++ b/doc/source/releases.rst
@@ -0,0 +1,15 @@
+=============
+Release Notes
+=============
+
+0.2.1 (06 Aug 2013)
+===================
+
+* sync requirements.txt, test-requirements.txt
+* remove d2to1 dependency
+
+0.2.0 (02 Aug 2013)
+===================
+
+* Initial public release to PyPI
+* Implemented Compute, Identity, Image and Volume API commands