Skip to content

Commit f42c507

Browse files
🔖 version 2.2.1 (#27)
1 parent 53ecd24 commit f42c507

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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+
## v2.2.1 - 2023-05-22
4+
### Fixes
5+
* :bug: added base attribute to tax field
6+
7+
38
## v2.2.0 - 2023-05-16
49
### Changes
510
* :sparkles: add support for Receipts v5

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.2.0'
5+
VERSION = '2.2.1'
66

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

0 commit comments

Comments
 (0)