We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a4881 commit 9d908d1Copy full SHA for 9d908d1
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v3.15.0 - 2024-10-29
4
+### Changes
5
+* :sparkles: add support for image compression
6
+* :sparkles: add support for PDF compression
7
+### Fixes
8
+* :recycle: refactor pdf & image namespaces
9
+* :memo: fix rubocop directives unexpectedly appearing in Yard documentation
10
+* :arrow_up: bump version for mini_magick
11
+
12
13
## v3.14.0 - 2024-10-11
14
### Changes
15
* :sparkles: add support for Financial Document v1.10
lib/mindee/version.rb
@@ -3,7 +3,7 @@
# Mindee
module Mindee
# Current version.
- VERSION = '3.14.0'
+ VERSION = '3.15.0'
# Finds and return the current platform.
# @return [String]
0 commit comments