Skip to content

Commit

Permalink
🔖 Version 3.15.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Oct 29, 2024
1 parent 92a4881 commit 9d908d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Mindee Ruby API Library Changelog

## v3.15.0 - 2024-10-29
### Changes
* :sparkles: add support for image compression
* :sparkles: add support for PDF compression
### Fixes
* :recycle: refactor pdf & image namespaces
* :memo: fix rubocop directives unexpectedly appearing in Yard documentation
* :arrow_up: bump version for mini_magick


## v3.14.0 - 2024-10-11
### Changes
* :sparkles: add support for Financial Document v1.10
Expand Down
2 changes: 1 addition & 1 deletion lib/mindee/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9d908d1

Please sign in to comment.