update chnages for 0.20.1
diff --git a/CHANGES.rst b/CHANGES.rst
index 250869c..c47fbf8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,18 @@
 Changelog
 =========
 
+Changes with Apache Libcloud 0.20.1
+-----------------------------------
+
+Compute
+~~~~~~~
+
+- [google] Allow for old and new style service account client email address
+  (LIBCLOUD-785)
+  [Hoang Phan]
+
 Changes with Apache Libcloud 0.20.0
--------------------------------------------
+-----------------------------------
 
 General
 ~~~~~~~
@@ -30,10 +40,6 @@
 Compute
 ~~~~~~~
 
-- [google] Allow for old and new style service account client email address
-  (LIBCLOUD-785)
-  [Hoang Phan]
-
 - Removed DreamHosts Compute Driver, DreamHosts users will now use the OpenStack Node driver since DreamHosts are OpenStack
   API compliant
   (GITHUB-655)