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 3b1d68d commit 1326dedCopy full SHA for 1326ded
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v2.2.0 - 2023-05-16
4
+### Changes
5
+* :sparkles: add support for Receipts v5
6
+* :pushpin: more specific dependency pinning; update some dependencies
7
+
8
9
## v2.1.1 - 2023-04-21
10
### Changes
11
* :memo: minor docstring improvements
lib/mindee/version.rb
@@ -2,7 +2,7 @@
# Mindee
module Mindee
- VERSION = '2.1.1'
+ VERSION = '2.2.0'
def self.find_platform
host = RbConfig::CONFIG['host_os']
0 commit comments