We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d5cbe commit 6c710f5Copy full SHA for 6c710f5
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v3.11.0 - 2024-06-10
4
+### Changes
5
+* :sparkles: add custom tax extraction feature (#76)
6
+
7
8
## v3.10.0 - 2024-05-31
9
### Changes
10
* :sparkles: add support for us mail v2 (#98)
lib/mindee/version.rb
@@ -3,7 +3,7 @@
# Mindee
module Mindee
# Current version.
- VERSION = '3.10.0'
+ VERSION = '3.11.0'
# Finds and return the current platform.
# @return [String]
0 commit comments