diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b145b75..79f0e55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Mindee Ruby API Library Changelog +## v4.7.0-rc2 - 2025-08-20 +### Changes +* :sparkles: add missing accessors for PDF fixing options in `LocalInputSource` +### Fixes +* :recycle: update existing PDF fixing syntax +* :memo: fix typos & documentation + + ## v4.7.0-rc1 - 2025-08-13 ### Changes * :sparkles: add support for client V2 & associated features diff --git a/lib/mindee/version.rb b/lib/mindee/version.rb index c1136fa5..fbcaf9f0 100644 --- a/lib/mindee/version.rb +++ b/lib/mindee/version.rb @@ -3,7 +3,7 @@ # Mindee module Mindee # Current version. - VERSION = '4.7.0-rc1' + VERSION = '4.7.0-rc2' # Finds and return the current platform. # @return [Symbol, Hash[String | Symbol, Regexp], Nil?]