Skip to content

Commit 1c47a0c

Browse files
🔖 version 3.6.1 (#89)
1 parent 70a84c3 commit 1c47a0c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
310
## v3.6.0 - 2024-02-21
411
### Changes
512
* :sparkles: add support for resume V1

lib/mindee/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Mindee
44
module Mindee
55
# Current version.
6-
VERSION = '3.6.0'
6+
VERSION = '3.6.1'
77

88
# Finds and return the current platform.
99
# @return [String]

0 commit comments

Comments
 (0)