File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 22
33# Mindee
44module Mindee
5- VERSION = '2.1.0 '
5+ VERSION = '2.1.1 '
66
77 def self . find_platform
88 host = RbConfig ::CONFIG [ 'host_os' ]
You can’t perform that action at this time.
0 commit comments