Skip to content

Commit c92c702

Browse files
committed
🔖 version 2.1.0
1 parent e511671 commit c92c702

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Mindee Ruby API Library Changelog
22

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+
38
## v2.0.0 - 2023-01-13
49
### ¡Breaking Changes!
510
* :sparkles: add improved PDF merge system

lib/mindee/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Mindee
44
module Mindee
5-
VERSION = '2.0.0'
5+
VERSION = '2.1.0'
66

77
def self.find_platform
88
host = RbConfig::CONFIG['host_os']

0 commit comments

Comments
 (0)