We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ecd24 commit f42c507Copy full SHA for f42c507
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v2.2.1 - 2023-05-22
4
+### Fixes
5
+* :bug: added base attribute to tax field
6
+
7
8
## v2.2.0 - 2023-05-16
9
### Changes
10
* :sparkles: add support for Receipts v5
lib/mindee/version.rb
@@ -2,7 +2,7 @@
# Mindee
module Mindee
- VERSION = '2.2.0'
+ VERSION = '2.2.1'
def self.find_platform
host = RbConfig::CONFIG['host_os']
0 commit comments