Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

## v5.2.2 - 2026-06-18
### Changes
* :recycle: refactor CLI to conform with other client libraries
* :recycle: add secondary accessor for search model pagination to match json return
* :recycle: ensure HEIF images are detected as such and properly handled


## v5.2.1 - 2026-05-27
### Changes
* :recycle: add polling options as a dedicated parameter (#252)
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 = '5.2.1'
VERSION = '5.2.2'

# Finds and return the current platform.
# @return [Symbol, Hash[String | Symbol, Regexp], Nil?]
Expand Down
Loading