Skip to content

Commit

Permalink
Prepare for a new release (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward authored May 29, 2024
1 parent 61f3ce3 commit df19608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/uploadcare/ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Uploadcare
VERSION = '4.4.1'
VERSION = '4.4.2'
end

0 comments on commit df19608

Please sign in to comment.