diff --git a/ChangeLog.txt b/ChangeLog.txt index 50f053a80..22df55b60 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,10 @@ -[date] Version 0.6.12 +2012.03.19 Version 0.6.12 * Adding support for creating and deleting affinity groups * Replacing http-mock by nock and making all tests use it by default +* Adding notification hubs messages for WNS and APNS +* Fixing issues around table storage serialization / querying +* Add Strict SSL validation for server certificates +* Add support for creating subscriptions that expire 2012.03.12 Version 0.6.11 * Added constraint to package.json to restrict to node versions < 0.9. diff --git a/package.json b/package.json index 36aaaa072..c46fad3eb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "Rodrigues, Andre ", "Tavares, Chris " ], - "version": "0.6.11", + "version": "0.6.12", "description": "Windows Azure Client Library for node", "tags" : ["azure", "sdk"], "keywords": [ "node", "azure" ],