diff --git a/CHANGELOG.md b/CHANGELOG.md index 661132b..2bd3aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Changelog -## Unreleased +## 4.4.2 — 2024-05-29 ### Fixed * Fixed the `Uploadcare::File.remote_copy` method which raised an `ApiStruct::EntityError: {url} must be Hash`. Now returns a string instead of a `File` entity instance. + ### Added * `Document Info` API added in `DocumentConverter`. + ## 4.4.1 — 2024-04-27 ### Added diff --git a/lib/uploadcare/ruby/version.rb b/lib/uploadcare/ruby/version.rb index aa11735..7f7db35 100644 --- a/lib/uploadcare/ruby/version.rb +++ b/lib/uploadcare/ruby/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Uploadcare - VERSION = '4.4.1' + VERSION = '4.4.2' end