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 5791aba commit 69ff309Copy full SHA for 69ff309
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v3.9.0 - 2024-05-16
4
+### Changes
5
+* :sparkles: update financial document to v1.7 & receipts to v5.2
6
+
7
8
## v3.8.0 - 2024-05-02
9
### Changes
10
* :recycle: update products to newer syntax
lib/mindee/version.rb
@@ -3,7 +3,7 @@
# Mindee
module Mindee
# Current version.
- VERSION = '3.8.0'
+ VERSION = '3.9.0'
# Finds and return the current platform.
# @return [String]
0 commit comments