From d5d108535f253d08635cd9f6cb89636364469e8b Mon Sep 17 00:00:00 2001 From: Amir Tocker Date: Wed, 26 Oct 2016 18:05:46 +0300 Subject: [PATCH] Version 2.1.6 --- CHANGELOG.md | 6 ++++++ bower.json | 2 +- package.json | 2 +- src/cloudinary.coffee | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 182985ee..7456c8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +2.1.6 / 2016-10-26 +================== + + * Change client hints behavior. Fixes #107. + * Remove dependency on 'jquery.ui' Fixes #104. + 2.1.5 / 2016-10-10 ================== diff --git a/bower.json b/bower.json index 455c3943..27fe95c7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cloudinary", - "version": "2.1.5", + "version": "2.1.6", "title": "Cloudinary jQuery Plugin", "authors": [ { diff --git a/package.json b/package.json index d7301421..4405af66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_js", - "version": "2.1.5", + "version": "2.1.6", "description": "Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.", "main": "js/jquery.cloudinary.js", "directories": { diff --git a/src/cloudinary.coffee b/src/cloudinary.coffee index d4a5c4d4..28590420 100644 --- a/src/cloudinary.coffee +++ b/src/cloudinary.coffee @@ -1,5 +1,5 @@ class Cloudinary - VERSION = "2.1.5" + VERSION = "2.1.6" CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net" OLD_AKAMAI_SHARED_CDN = "cloudinary-a.akamaihd.net" AKAMAI_SHARED_CDN = "res.cloudinary.com"