CHANGELOG.md in uploadcare-ruby-4.4.2 vs CHANGELOG.md in uploadcare-ruby-4.4.3
- old
+ new
@@ -1,6 +1,14 @@
# Changelog
+## 4.4.3 — 2024-07-06
+
+### Added
+* Multi page conversion parameter (`save_in_group`) added to `DocumentConverter#convert` options.
+
+### Fixed
+* Fixed that signed URLs now work with ~ in the path. This also fixes signed URLs with grouped file URLs.
+
## 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.