Skip to content

Commit 6355083

Browse files
🔖 Version 4.7.0-rc2 (#198)
1 parent 49ed780 commit 6355083

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v4.7.0-rc2 - 2025-08-20
4+
### Changes
5+
* :sparkles: add missing accessors for PDF fixing options in `LocalInputSource`
6+
### Fixes
7+
* :recycle: update existing PDF fixing syntax
8+
* :memo: fix typos & documentation
9+
10+
311
## v4.7.0-rc1 - 2025-08-13
412
### Changes
513
* :sparkles: add support for client V2 & associated features

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 = '4.7.0-rc1'
6+
VERSION = '4.7.0-rc2'
77

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

0 commit comments

Comments
 (0)