diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d005b65..a055383d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/lib/mindee/version.rb b/lib/mindee/version.rb index b44c04db..2b304f4c 100644 --- a/lib/mindee/version.rb +++ b/lib/mindee/version.rb @@ -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?]