From 51fd77191f52a64773465372a82720ffe91d59bd Mon Sep 17 00:00:00 2001 From: Joost de Nijs Date: Wed, 2 May 2012 10:59:26 -0700 Subject: [PATCH] updating changelog and pom.xml for 0.2.2 release --- ChangeLog.txt | 5 +++++ microsoft-azure-api/pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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