Skip to content

Commit

Permalink
Version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Dec 12, 2018
1 parent 7fad453 commit 25df5fd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
======================

Expand Down
2 changes: 1 addition & 1 deletion lib/cloudinary/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
VERSION = "1.10.1-rc"
VERSION = "1.11.0"
end

0 comments on commit 25df5fd

Please sign in to comment.