diff --git a/ChangeLog.txt b/ChangeLog.txt
index 3d99a067228f..1b628284c7c6 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,8 @@
+2012.05.02 Version 0.2.2
+ * Added Javadoc comments to Azure Blob Service Layer
+ * Fixed a URL encoding issue in Table Client Layer
+ * Made CloudTableClient use Iterator instead of Iterable
+
2012.04.11 Version 0.2.1
* Added Service Layer support for Azure Table
* Added Javadoc comments to Azure Queue Service Layer
diff --git a/microsoft-azure-api/pom.xml b/microsoft-azure-api/pom.xml
index 01567851ee74..b9cb8f3ad694 100644
--- a/microsoft-azure-api/pom.xml
+++ b/microsoft-azure-api/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.microsoft.windowsazure
microsoft-windowsazure-api
- 0.2.1
+ 0.2.2
jar
Microsoft Windows Azure Client API