From 1521391431608734d345a9bba3af96efc5b4e639 Mon Sep 17 00:00:00 2001 From: Amir Tocker Date: Thu, 8 Nov 2018 17:28:53 +0200 Subject: [PATCH] Version 1.10.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ lib/cloudinary/version.rb | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f025e5be..c4a41b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,36 @@ +1.10.0 / 2018-11-08 +=================== + +New functionality and features +------------------------------ + + * Add the `custom_function` transformation parameter + * Add Picture and source tags + * Add `srcset` attribute to image tag + * Add support for overlays of type fetch + * Add breakpoints cache + +Other Changes +------------- + + * Add `update_version` script + * Fix transformations test + * Replace ruby list notation to support older ruby versions + * Refactor tests + * Replace REXML with Nokogiri + * Un-ignore the lib folder + * Ignore empty transformations when processing an array of transformations + * Restore configuration after each test + * Limit Rack version to fix compatibility issues with ruby 1.9.3 + * Fix context escaping in call_context_api + * Fix uploadLarge to use X-Unique-Upload-Id + * Add test cases of OCR for upload and URL generation + * Add test case of conditional tags + * Fix expected result in cname with cdn_subdomain test + * Fix raw conversion test + * Raise exception when api-secret is missing in signed-url flow + 1.9.1 / 2018-03-06 ================== diff --git a/lib/cloudinary/version.rb b/lib/cloudinary/version.rb index d3def932..3d5756dc 100644 --- a/lib/cloudinary/version.rb +++ b/lib/cloudinary/version.rb @@ -1,4 +1,4 @@ # Copyright Cloudinary module Cloudinary - VERSION = "1.9.1" + VERSION = "1.10.0" end