Skip to content

Commit

Permalink
🔖 version 3.7.0 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee authored Mar 28, 2024
1 parent 0264024 commit 1afb03b
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.2 - 2024-03-28
### Changes
* :sparkles: update Invoice to v4.5
### Fixes
* :bug: fix invalid error codes


## v3.6.1 - 2024-03-07
### Changes
* :recycle: update error handling to account for future evolutions
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.1'
VERSION = '3.7.0'

# Finds and return the current platform.
# @return [String]
Expand Down

0 comments on commit 1afb03b

Please sign in to comment.