Skip to content

Commit 1326ded

Browse files
🔖 version 2.2.0 (#25)
1 parent 3b1d68d commit 1326ded

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Mindee Ruby API Library Changelog
22

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+
39
## v2.1.1 - 2023-04-21
410
### Changes
511
* :memo: minor docstring improvements

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.1.1'
5+
VERSION = '2.2.0'
66

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

0 commit comments

Comments
 (0)