From 25df5fdf1644ac1443dcafba1974cc0ccdefdb25 Mon Sep 17 00:00:00 2001 From: Amir Tocker Date: Wed, 12 Dec 2018 18:47:47 +0200 Subject: [PATCH] Version 1.11.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ lib/cloudinary/version.rb | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7fd43d..9fa65415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,27 @@ +1.11.0 / 2018-12-12 +=================== + +New functionality and features +------------------------------ + + * Support new parameters and values: + * `auto` keyword in the `start_offset` + * `art` artistic effect + * `fps` + * `quality_analysis` + * `quality_override` + * `pre` custom function transformation + * Add namespace to the cloudinary controller to avoiding conflicts (#319) + +Other Changes +------------- + + * Add "Join the Community" + * Merge pull request #290 from zenspider/fix_carrierwave_deps + * Fixed direct references to ::CarrierWave with `defined?` guards. + * Fix debugging output to use mutex so output isn't garbled. + 1.10.1-rc / 2018-11-20 ====================== diff --git a/lib/cloudinary/version.rb b/lib/cloudinary/version.rb index e2e9373e..c02da8ac 100644 --- a/lib/cloudinary/version.rb +++ b/lib/cloudinary/version.rb @@ -1,4 +1,4 @@ # Copyright Cloudinary module Cloudinary - VERSION = "1.10.1-rc" + VERSION = "1.11.0" end