Skip to content

Commit

Permalink
🔖 version 3.6.1 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Mar 7, 2024
1 parent 70a84c3 commit 1c47a0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Mindee Ruby API Library Changelog

## v3.6.1 - 2024-03-07
### Changes
* :recycle: update error handling to account for future evolutions
* :memo: update miscellaneous product documentations
* :memo: add used environment variables to readme


## v3.6.0 - 2024-02-21
### Changes
* :sparkles: add support for resume V1
Expand Down
2 changes: 1 addition & 1 deletion lib/mindee/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1c47a0c

Please sign in to comment.