diff --git a/CHANGELOG.md b/CHANGELOG.md index f48ad395..fc2cc973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/mindee/version.rb b/lib/mindee/version.rb index 090ca761..54847964 100644 --- a/lib/mindee/version.rb +++ b/lib/mindee/version.rb @@ -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?]