Skip to content

Commit ce0dadf

Browse files
author
cloudinary-bot
committed
Version 1.29.0
1 parent 6259044 commit ce0dadf

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.29.0 / 2024-02-26
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for `context` parameter in `url_for_direct_upload`
8+
* Add support for `use_fetch_format` parameter in `cl_video_tag`
9+
* Add support for `fields` parameter in Search and Admin APIs
10+
* Add support for access keys management in Account Provisioning API
11+
12+
Other Changes
13+
-------------
14+
15+
* Avoid early loading of `ActionView::Base`
16+
* Fix `sqlite3` dependency version
17+
* Add Rails 7.x to supported versions on `README.md`
18+
119
1.28.0 / 2023-11-06
220
==================
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.28.0"
3+
VERSION = "1.29.0"
44
end

0 commit comments

Comments
 (0)