Skip to content

Commit

Permalink
Version 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Nov 6, 2023
1 parent b854b88 commit 139748a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.28.0 / 2023-11-06
==================

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

* Add support for `image_file` parameter in `visual_search` Admin API
* Add support for `on_success` upload parameter

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

* Replace `update_all` to `update_column` in CarrierWave storage

1.27.0 / 2023-07-31
==================

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.27.0"
VERSION = "1.28.0"
end

0 comments on commit 139748a

Please sign in to comment.