Skip to content

Commit

Permalink
Version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Nov 14, 2019
1 parent 5caecd2 commit a01731e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@

1.13.0 / 2019-11-14
===================

New functionality and features
------------------------------
* Add `SassC` `cloudinary-url` function

Other Changes
-------------

* Fix ActiveStorage download not using `ssl` for `https`
* Fix resource type detection in ActiveStorage
* Fix `storage_type` instance method in `Cloudinary::CarrierWave` module
* Fix sample project, limit sqlite3 to a compatible version

1.12.0 / 2019-10-02
=============

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.12.0"
VERSION = "1.13.0"
end

0 comments on commit a01731e

Please sign in to comment.