Update CHANGES, bump version.


git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1304949 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 9909a3f..c00d6a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
                                    -*- coding: utf-8 -*-
 
-Changes with Apache Libcloud in development:
+Changes with Apache Libcloud 0.9.0:
 
   *) General:
 
@@ -36,7 +36,7 @@
       ; LIBCLOUD-155
       [Chris Gilmer]
 
-    - Include 'minRam' and 'minDisk' attribute in the OpenStack 1.1 driver 
+    - Include 'minRam' and 'minDisk' attribute in the OpenStack 1.1 driver
       Node extra dictionary. ; LIBCLOUD-163
       [Chris Gilmer]
 
@@ -67,6 +67,9 @@
       argument to the OpenStack driver constructor.
       [Dave King]
 
+    - Add new experimental libvirt driver.
+      [Tomaz Muraus]
+
     - Properly handle OpenStack providers which return public IP addresses under
       the 'internet' key in the addresses dictionary.
       [Tomaz Muraus]
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index c43a8e2..497133f 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -20,7 +20,7 @@
 """
 
 __all__ = ["__version__", "enable_debug"]
-__version__ = '0.8.0'
+__version__ = '0.9.0'
 
 try:
     import paramiko