From df196080f2f79f0276f29f4289d05f2a8bbaad07 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Wed, 29 May 2024 16:53:31 +0530 Subject: [PATCH] Prepare for a new release (#172) --- CHANGELOG.md | 4 +++- lib/uploadcare/ruby/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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