Skip to content

Commit 73d3f9f

Browse files
🔖 Version 4.1.2 (#181)
1 parent 769b730 commit 73d3f9f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.1.2 - 2025-03-26
4+
### Fixes
5+
* :wrench: loosen version restrictions on most dependencies
6+
7+
38
## v4.1.1 - 2025-03-25
49
### Fixes
510
* :wrench: loosen pinning on base64 dependency

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.1.1'
6+
VERSION = '4.1.2'
77

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

0 commit comments

Comments
 (0)