Skip to content

Commit 69ff309

Browse files
🔖 version 3.9.0
1 parent 5791aba commit 69ff309

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+
## v3.9.0 - 2024-05-16
4+
### Changes
5+
* :sparkles: update financial document to v1.7 & receipts to v5.2
6+
7+
38
## v3.8.0 - 2024-05-02
49
### Changes
510
* :recycle: update products to newer syntax

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 = '3.8.0'
6+
VERSION = '3.9.0'
77

88
# Finds and return the current platform.
99
# @return [String]

0 commit comments

Comments
 (0)