From 7cd69630d5e3b2f829e7bafa7322a041201fdfeb Mon Sep 17 00:00:00 2001 From: Joost de Nijs Date: Tue, 28 Feb 2012 14:34:33 -0800 Subject: [PATCH 1/2] Update ChangeLog.txt --- ChangeLog.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index f42d57277e0f..8cb5a1fec8e9 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,10 @@ -2012.01.31. Version 0.1.3 +2012.02.28 Version 0.2.0 + * Added Support for Azure Table in com.microsoft.windowsazure.services.table + * Added Tests for Azure Table + * Added a dependency on apache commons-lang3 3.1 + * UserAgent updated to v1.1.2 + +2012.01.31 Version 0.1.3 * Updated User Agent to v0.1.1 * Updated License Headers * Blob Client Mark bug fix @@ -8,7 +14,7 @@ * Date parsing support for various number of fractional decimals * StorageErrorResponse updated to support lower case xml for tables -2011.12.22. Version 0.1.2 +2011.12.22 Version 0.1.2 * Fixed CloudBlob.download to lock to ETag during a resume * Ensured that Client Side Exceptions are not resumed From 41da386095a004548a023e7ce6dd97e5d0ec78b1 Mon Sep 17 00:00:00 2001 From: Joost de Nijs Date: Mon, 2 Jul 2012 14:44:30 -0700 Subject: [PATCH 2/2] incrementing version number --- microsoft-azure-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-azure-api/pom.xml b/microsoft-azure-api/pom.xml index 4b6d77bf04e9..7f328aed9576 100644 --- a/microsoft-azure-api/pom.xml +++ b/microsoft-azure-api/pom.xml @@ -17,7 +17,7 @@ 4.0.0 com.microsoft.windowsazure microsoft-windowsazure-api - 0.2.2 + 0.3.0 jar Microsoft Windows Azure Client API