We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a84c3 commit 1c47a0cCopy full SHA for 1c47a0c
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v3.6.1 - 2024-03-07
4
+### Changes
5
+* :recycle: update error handling to account for future evolutions
6
+* :memo: update miscellaneous product documentations
7
+* :memo: add used environment variables to readme
8
+
9
10
## v3.6.0 - 2024-02-21
11
### Changes
12
* :sparkles: add support for resume V1
lib/mindee/version.rb
@@ -3,7 +3,7 @@
# Mindee
module Mindee
# Current version.
- VERSION = '3.6.0'
+ VERSION = '3.6.1'
# Finds and return the current platform.
# @return [String]
0 commit comments