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
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Mindee Ruby API Library Changelog

## v5.0.0.rc1 - 2026-04-15
### ¡Breaking Changes!
* :recycle: :boom: change `FileOperation` module name to `FileOperations`
* :recycle: :boom: change `Dependency` module name to `Dependencies`
### Fixes
* :wrench: fix many typing issues


## v5.0.0.beta1 - 2026-04-07
### ¡Breaking Changes!
* :boom: :recycle: update V1 & V2 syntaxes to match other SDKs
Expand All @@ -25,7 +33,6 @@
* :coffin: Driver License V1
* :coffin: FR Energy Bill V1
* :coffin: Nutrition Facts V1

### Changes
* :sparkles: :arrow_up: add support for mindee-lite gem
* :sparkles: add support for crop operation
Expand All @@ -34,7 +41,6 @@
* :sparkles: add support for V2 CLI
* :wrench: :arrow_up: add better tooling and pre-commit hook
* :arrow_up: and bump all dependencies

### Fixes
* :bug: fix webhook IDs not sending properly
* :bug: fix miscellaneous issues leading to saved `ExtractedPDF` instances having invalid names
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.0.0.beta1'
VERSION = '5.0.0.rc1'

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