Skip to content

Commit f96f3ce

Browse files
Version 1.18.0
1 parent 69612b1 commit f96f3ce

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
1.18.0 / 2020-09-27
3+
===================
4+
5+
New functionality and features
6+
------------------------------
7+
* Add `download_folder` helper
8+
* Add support for `sources` in `video` tag
9+
* Add structured metadata to Admin and Upload API
10+
11+
Other Changes
12+
-------------
13+
* Fix download of a raw file in ActiveStorage
14+
* Update embedded `jquery.cloudinary.js` to fix ES5 compatibility issue
15+
216
1.17.1 / 2020-08-25
317
===================
418

lib/cloudinary/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright Cloudinary
22
module Cloudinary
3-
VERSION = "1.17.1"
3+
VERSION = "1.18.0"
44
end

0 commit comments

Comments
 (0)