Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Jun 22, 2016
1 parent 1ea487a commit df75170
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

1.4.0 / 2016-06-22
==================

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

* New configuration parameter `:client_hints`
* Enhanced auto `width` values
* Enhanced `quality` values
* Add `next_cursor` to `transformation`

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

* Remove redundant `max_results` from `upload_preset`
* Add tests for `max_results` and `next_cursor`
* Refactor explicit with invalidate test
* Fix double slash replacement
* Fix "should allow listing resources by start date" test

1.3.1 / 2016-04-04
==================

Expand Down
6 changes: 3 additions & 3 deletions lib/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/utils.js.map

Large diffs are not rendered by default.

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 <info@cloudinary.com>",
"name": "cloudinary",
"description": "Cloudinary NPM for node.js integration",
"version": "1.3.1",
"version": "1.4.0",
"homepage": "http://cloudinary.com",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports.OLD_AKAMAI_SHARED_CDN = "cloudinary-a.akamaihd.net"
exports.AKAMAI_SHARED_CDN = "res.cloudinary.com"
exports.SHARED_CDN = exports.AKAMAI_SHARED_CDN

exports.VERSION = "1.3.1"
exports.VERSION = "1.4.0"
exports.USER_AGENT = "CloudinaryNodeJS/#{exports.VERSION}"
# Add platform information to the USER_AGENT header
# This is intended for platform information and not individual applications!
Expand Down

0 comments on commit df75170

Please sign in to comment.