Skip to content

Commit a78eaed

Browse files
committed
🔖 version 2.1.1
1 parent 13a6522 commit a78eaed

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.1 - 2023-04-21
4+
### Changes
5+
* :memo: minor docstring improvements
6+
* :coffin: remove redundant local checks
7+
* :memo: publish documentation
8+
* :memo: add code samples
9+
10+
311
## v2.1.0 - 2023-01-30
412
### Changes
513
* :sparkles: Add financial document v1 support (Co-authored-by: Oriol Gual)
614
* :sparkles: Add Proof of Address v1 support
715

16+
817
## v2.0.0 - 2023-01-13
918
### ¡Breaking Changes!
1019
* :sparkles: add improved PDF merge system
@@ -22,6 +31,7 @@
2231
* :white_check_mark: add testing on Ruby 3.2
2332
* :sparkles: allow setting the request timeout from env
2433

34+
2535
## v1.2.0 - 2022-12-26
2636
### Changes
2737
* :arrow_up: switch to origamindee => adds support for Ruby 3

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.1.0'
5+
VERSION = '2.1.1'
66

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

0 commit comments

Comments
 (0)