Skip to content

Commit 6c710f5

Browse files
🔖 Version 3.11.0 (#100)
Co-authored-by: ianaré <97107275+ianardee@users.noreply.github.com>
1 parent e1d5cbe commit 6c710f5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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+
## v3.11.0 - 2024-06-10
4+
### Changes
5+
* :sparkles: add custom tax extraction feature (#76)
6+
7+
38
## v3.10.0 - 2024-05-31
49
### Changes
510
* :sparkles: add support for us mail v2 (#98)

lib/mindee/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Mindee
44
module Mindee
55
# Current version.
6-
VERSION = '3.10.0'
6+
VERSION = '3.11.0'
77

88
# Finds and return the current platform.
99
# @return [String]

0 commit comments

Comments
 (0)