Skip to content

Commit 42364b3

Browse files
author
cloudinary-bot
committed
Version 1.20.0
1 parent 7e2a504 commit 42364b3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
1.20.0 / 2021-03-26
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for `download_backedup_asset` helper method
8+
* Add support for `filename_override` upload parameter
9+
* Add support for `SHA-256` algorithm in auth signatures
10+
11+
Other Changes
12+
-------------
13+
14+
* Fix `type` parameter support in ActiveStorage service
15+
* Fix expression normalization in advanced cases
16+
* Add test for context metadata as user variables
17+
* Improve validation of auth token generation
18+
119

220
1.19.0 / 2021-03-05
321
==================

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.19.0"
3+
VERSION = "1.20.0"
44
end

0 commit comments

Comments
 (0)