Skip to content

Commit 65fb6d9

Browse files
committed
🔖 Version 4.2.0
1 parent be8c474 commit 65fb6d9

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/push-main-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ jobs:
1515
tag:
1616
uses: mindee/client-lib-actions/.github/workflows/tag-version.yml@main
1717
needs: test_units
18+
release:
19+
uses: mindee/client-lib-actions/.github/workflows/create-release.yml@main
20+
needs: tag
21+
secrets: inherit

CHANGELOG.md

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

3+
## v4.2.0 - 2025-03-28
4+
### Changes
5+
* :coffin: remove support for US W9
6+
7+
38
## v4.1.2 - 2025-03-26
49
### Fixes
510
* :wrench: loosen version restrictions on most dependencies
@@ -18,6 +23,7 @@
1823
### Fixes
1924
* :recycle: update CLI syntax for easier product creation
2025

26+
2127
## v4.0.0 - 2025-02-27
2228
### ¡Breaking Changes!
2329
* :boom: drop support for ruby versions < 3.0

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.2'
6+
VERSION = '4.2.0'
77

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

0 commit comments

Comments
 (0)