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 b8a2fce commit 3aa356aCopy full SHA for 3aa356a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v1.1.1 - 2022-08-08
4
+### Fixes
5
+* :bug: Fix for missing attribute accessor
6
+
7
## v1.1.0 - 2022-08-04
8
### Changes
9
* :sparkles: Add support for custom API classification field (#5)
lib/mindee/version.rb
@@ -2,7 +2,7 @@
# Mindee
module Mindee
- VERSION = '1.1.0'
+ VERSION = '1.1.1'
def self.find_platform
host = RbConfig::CONFIG['host_os']
0 commit comments