Skip to content

Commit dc069fa

Browse files
🔖 Version 5.0.0.rc1 (#244)
1 parent 8f4b74b commit dc069fa

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## v5.0.0.rc1 - 2026-04-15
4+
### ¡Breaking Changes!
5+
* :recycle: :boom: change `FileOperation` module name to `FileOperations`
6+
* :recycle: :boom: change `Dependency` module name to `Dependencies`
7+
### Fixes
8+
* :wrench: fix many typing issues
9+
10+
311
## v5.0.0.beta1 - 2026-04-07
412
### ¡Breaking Changes!
513
* :boom: :recycle: update V1 & V2 syntaxes to match other SDKs
@@ -25,7 +33,6 @@
2533
* :coffin: Driver License V1
2634
* :coffin: FR Energy Bill V1
2735
* :coffin: Nutrition Facts V1
28-
2936
### Changes
3037
* :sparkles: :arrow_up: add support for mindee-lite gem
3138
* :sparkles: add support for crop operation
@@ -34,7 +41,6 @@
3441
* :sparkles: add support for V2 CLI
3542
* :wrench: :arrow_up: add better tooling and pre-commit hook
3643
* :arrow_up: and bump all dependencies
37-
3844
### Fixes
3945
* :bug: fix webhook IDs not sending properly
4046
* :bug: fix miscellaneous issues leading to saved `ExtractedPDF` instances having invalid names

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 = '5.0.0.beta1'
6+
VERSION = '5.0.0.rc1'
77

88
# Finds and return the current platform.
99
# @return [Symbol, Hash[String | Symbol, Regexp], Nil?]

0 commit comments

Comments
 (0)