diff --git a/ChangeLog.txt b/ChangeLog.txt index fb3afff317..d885d86489 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,6 @@ +2012.03.12 Version 0.6.11 +* Added constraint to package.json to restrict to node versions < 0.9. + 2012.02.11 Version 0.6.10 * Added helper date.* functions for generating SAS expirations (secondsFromNow, minutesFromNow, hoursFromNow, daysFromNow) * Added SQL classes for managing SQL Servers, Databases and Firewall rules diff --git a/README.md b/README.md index 67c07f3d7d..52593338e0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ This project provides a Node.js package that makes it easy to access Windows Azure Services like Table Storage and Service Bus. +# node version requirement + +Currently the Windows Azure SDK for Node.js does not support node versions > 0.8.x. We are working on updating our module to support node 0.10 and will keep you posted. + +Thank you for your patience. + # Library Features * Tables