Skip to content

Commit

Permalink
Version 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Feb 26, 2024
1 parent 6259044 commit ce0dadf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.29.0 / 2024-02-26
==================

New functionality and features
------------------------------

* Add support for `context` parameter in `url_for_direct_upload`
* Add support for `use_fetch_format` parameter in `cl_video_tag`
* Add support for `fields` parameter in Search and Admin APIs
* Add support for access keys management in Account Provisioning API

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

* Avoid early loading of `ActionView::Base`
* Fix `sqlite3` dependency version
* Add Rails 7.x to supported versions on `README.md`

1.28.0 / 2023-11-06
==================

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.28.0"
VERSION = "1.29.0"
end

0 comments on commit ce0dadf

Please sign in to comment.