We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ea5dc commit e74da23Copy full SHA for e74da23
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Mindee Ruby API Library Changelog
2
3
-## v3.6.2 - 2024-03-28
+## 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
10
### Changes
11
* :sparkles: update Invoice to v4.5
12
### Fixes
lib/mindee/version.rb
@@ -3,7 +3,7 @@
# Mindee
module Mindee
# Current version.
- VERSION = '3.7.0'
+ VERSION = '3.8.0'
# Finds and return the current platform.
# @return [String]
0 commit comments