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 e511671 commit c92c702Copy full SHA for c92c702
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v2.1.0 - 2023-01-30
4
+### Changes
5
+* :sparkles: Add financial document v1 support (Co-authored-by: Oriol Gual)
6
+* :sparkles: Add Proof of Address v1 support
7
+
8
## v2.0.0 - 2023-01-13
9
### ¡Breaking Changes!
10
* :sparkles: add improved PDF merge system
lib/mindee/version.rb
@@ -2,7 +2,7 @@
# Mindee
module Mindee
- VERSION = '2.0.0'
+ VERSION = '2.1.0'
def self.find_platform
host = RbConfig::CONFIG['host_os']
0 commit comments