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 695bf42 commit a8f9c81Copy full SHA for a8f9c81
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v3.20.0 - 2025-02-26
4
+### Changes
5
+* :sparkles: add support for FR Banks Statement V2
6
+
7
8
## v3.19.1 - 2025-01-21
9
### Changes
10
* :bug: fix extras failing at document level if missing from prediction
lib/mindee/version.rb
@@ -3,7 +3,7 @@
# Mindee
module Mindee
# Current version.
- VERSION = '3.19.1'
+ VERSION = '3.20.0'
# Finds and return the current platform.
# @return [String]
0 commit comments