diff --git a/CHANGELOG.md b/CHANGELOG.md index b87bdcc4..13adf938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +1.7.1 / 2017-02-23 +================== + + * Refactor `generate_auth_token` + * Update utils documentation. + * Add URL authorization token. + * Rename token function. + * Support nested keys in CLOUDINARY_URL + * Allow tests to run concurrently + 1.7.0 / 2017-02-08 ================== diff --git a/package.json b/package.json index 96326c3a..7b915f03 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Cloudinary ", "name": "cloudinary", "description": "Cloudinary NPM for node.js integration", - "version": "1.7.0", + "version": "1.7.1", "homepage": "http://cloudinary.com", "license": "MIT", "repository": {