Skip to content

Commit 00476e0

Browse files
🔖 Version 4.10.1 (#224)
1 parent 4b38722 commit 00476e0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v4.10.1 - 2026-02-05
4+
### Fixes
5+
* :bug: fix NoMethodError in JobWebhook when error is nil (#222) (Co-authored-by: haris_delalic <haris.delalic@datamolino.com>)
6+
7+
38
## v4.10.0 - 2025-12-19
49
### Changes
510
:sparkles: add support for dataschema parameter

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.10.0'
6+
VERSION = '4.10.1'
77

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

0 commit comments

Comments
 (0)