Skip to content

Commit b72feea

Browse files
committed
🔖 Version 2.0.0
1 parent 5fb12bc commit b72feea

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## v2.0.0 - 2023-01-13
4+
### ¡Breaking Changes!
5+
* :sparkles: add improved PDF merge system
6+
* :boom: it should be up to the user to handle API errors
7+
* :wastebasket: remove deprecated APIs
8+
* :recycle: refactor CLI tool
9+
10+
### Additions
11+
* :sparkles: add support for Invoice v4.1 and Receipt v4.1
12+
* :sparkles: add EU license plates
13+
* :sparkles: add shipping containers support
14+
* :sparkles: add US bank check support
15+
* :sparkles: add all French documents
16+
* :memo: Add YARD for generating docs
17+
* :white_check_mark: add testing on Ruby 3.2
18+
* :sparkles: allow setting the request timeout from env
19+
320
## v1.2.0 - 2022-12-26
421
### Changes
522
* :arrow_up: switch to origamindee => adds support for Ruby 3
623

24+
725
## v1.1.2 - 2022-12-23
826
### Changes
927
* :recycle: use of `append_page` is better for adding pages to a new PDF
1028

29+
1130
## v1.1.1 - 2022-08-08
1231
### Fixes
1332
* :bug: Fix for missing attribute accessor
1433

34+
1535
## v1.1.0 - 2022-08-04
1636
### Changes
1737
* :sparkles: Add support for custom API classification field (#5)
1838

39+
1940
## v1.0.0 - 2022-07-28
2041
* :tada: First release!

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 = '1.2.0'
5+
VERSION = '2.0.0'
66

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

0 commit comments

Comments
 (0)