Skip to content

Commit

Permalink
Version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Apr 30, 2017
1 parent f54fbbb commit 9cb4292
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

1.9.0 / 2017-04-30
==================

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

* Add Search API
* Add support for `type` parameter in publish-resources api
* Add support for `keyframe-interval` (ki) video manipulation parameter
* Added parameters `allow_missing` and `skip_transformation_name` to generate-archive api
* Add support for `notification-url` parameter to update API
* Support = and | characters within context values using escaping + test (#143)

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

* Test/upgrade mocha (#142)
* fix bad escaping of special characters in certain scenarios + tests (#140) Fixes #138
* Don't normalize negative numbers.
* Fix typo: rename `min` to `sub`

1.8.0 / 2017-03-09
==================

Expand Down
2 changes: 1 addition & 1 deletion 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.8.0",
"version": "1.9.0",
"homepage": "http://cloudinary.com",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 9cb4292

Please sign in to comment.