Skip to content

Commit 3aa356a

Browse files
committed
version 1.1.1
1 parent b8a2fce commit 3aa356a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v1.1.1 - 2022-08-08
4+
### Fixes
5+
* :bug: Fix for missing attribute accessor
6+
37
## v1.1.0 - 2022-08-04
48
### Changes
59
* :sparkles: Add support for custom API classification field (#5)

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 = '1.1.0'
5+
VERSION = '1.1.1'
66

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

0 commit comments

Comments
 (0)