From 50866e1683170aaaebd46cfe5b3b9a36a5af3674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ianar=C3=A9=20S=C3=A9vi?= Date: Wed, 25 Feb 2026 16:10:39 +0100 Subject: [PATCH] :bookmark: Version 4.12.0 --- CHANGELOG.md | 7 +++++++ lib/mindee/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 335b3609..f48ad395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Mindee Ruby API Library Changelog +## v4.12.0 - 2026-02-25 +### Changes +* :sparkles: add job information to inference +* :sparkles: add more inference info + + ## v4.11.0 - 2026-02-11 ### Changes * :sparkles: add complementary accessors for ObjectField + ## v4.10.1 - 2026-02-05 ### Fixes * :bug: fix NoMethodError in JobWebhook when error is nil (#222) (Co-authored-by: haris_delalic ) diff --git a/lib/mindee/version.rb b/lib/mindee/version.rb index bdcbcc54..090ca761 100644 --- a/lib/mindee/version.rb +++ b/lib/mindee/version.rb @@ -3,7 +3,7 @@ # Mindee module Mindee # Current version. - VERSION = '4.11.0' + VERSION = '4.12.0' # Finds and return the current platform. # @return [Symbol, Hash[String | Symbol, Regexp], Nil?]