Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Mindee Ruby API Library Changelog

## v4.13.0 - 2026-03-03
### Changes
* :sparkles: add support for V2 Classification product
* :sparkles: add support for V2 Crop product
* :sparkles: add support for V2 Ocr product
* :sparkles: add support for V2 Split product
* :recycle: make polling follow API urls instead of re-constructing them
* :sparkles: add support for generic product accessors in V2
* :recycle: add proper tests for ruby 4
### Fixes
* :recycle: fix tests file paths


## v4.12.0 - 2026-02-25
### Changes
* :sparkles: add job information to inference
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 = '4.12.0'
VERSION = '4.13.0'

# Finds and return the current platform.
# @return [Symbol, Hash[String | Symbol, Regexp], Nil?]
Expand Down