Skip to content

Commit e74da23

Browse files
🔖 version 3.8.0
1 parent f3ea5dc commit e74da23

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Mindee Ruby API Library Changelog
22

3-
## v3.6.2 - 2024-03-28
3+
## v3.8.0 - 2024-05-02
4+
### Changes
5+
* :recycle: update products to newer syntax
6+
* :sparkles: update financial document to v1.6 & invoice to v4.6
7+
8+
9+
## v3.7.0 - 2024-03-28
410
### Changes
511
* :sparkles: update Invoice to v4.5
612
### Fixes

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

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

0 commit comments

Comments
 (0)