Skip to content

Commit

Permalink
Version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Mar 19, 2018
1 parent 934ae14 commit 439586e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

1.11.0 / 2018-03-19
===================

New functionality
-----------------

* Add `access_control` parameter to `upload` and `update`

Other changes
-------------

* Mock `delete_all_resources` test
* Add `compileTests` script to `package.json`
* Add http/https handling to spec helper
* Mock moderation tests
* Fix `categorization` test
* Remove `similiarity_search` test
* Add test helper functions
* Add utility functions to `utils`
* Replace lodash's `_` with explicitly requiring methods

1.10.0 / 2018-02-13
===================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Cloudinary <[email protected]>",
"name": "cloudinary",
"description": "Cloudinary NPM for node.js integration",
"version": "1.10.0",
"version": "1.11.0",
"homepage": "http://cloudinary.com",
"license": "MIT",
"repository": {
Expand All @@ -15,7 +15,7 @@
"lodash": "^4.17.4"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"coffee-script": "^1.11.0",
"dotenv": "4.x",
"expect.js": "0.3.x",
"jsdom": "^9.12.0",
Expand Down

0 comments on commit 439586e

Please sign in to comment.