Skip to content

Commit 9d908d1

Browse files
🔖 Version 3.15.0 (#122)
1 parent 92a4881 commit 9d908d1

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Mindee Ruby API Library Changelog
22

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+
313
## v3.14.0 - 2024-10-11
414
### Changes
515
* :sparkles: add support for Financial Document v1.10

lib/mindee/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Mindee
44
module Mindee
55
# Current version.
6-
VERSION = '3.14.0'
6+
VERSION = '3.15.0'
77

88
# Finds and return the current platform.
99
# @return [String]

0 commit comments

Comments
 (0)