Skip to content

Commit e2d7e34

Browse files
authored
🔖 Version 4.12.0 (#230)
1 parent bbfde70 commit e2d7e34

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v4.12.0 - 2026-02-25
4+
### Changes
5+
* :sparkles: add job information to inference
6+
* :sparkles: add more inference info
7+
8+
39
## v4.11.0 - 2026-02-11
410
### Changes
511
* :sparkles: add complementary accessors for ObjectField
612

13+
714
## v4.10.1 - 2026-02-05
815
### Fixes
916
* :bug: fix NoMethodError in JobWebhook when error is nil (#222) (Co-authored-by: haris_delalic <haris.delalic@datamolino.com>)

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 = '4.11.0'
6+
VERSION = '4.12.0'
77

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

0 commit comments

Comments
 (0)