Skip to content

Commit 9c61f53

Browse files
🔖 Version 4.7.0-rc3 (#201)
1 parent 1f060b9 commit 9c61f53

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v4.7.0-rc3 - 2025-08-29
4+
### Fixes
5+
* :bug: fix user agent not being able to access version number
6+
7+
38
## v4.7.0-rc2 - 2025-08-20
49
### Changes
510
* :sparkles: add missing accessors for PDF fixing options in `LocalInputSource`

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

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

0 commit comments

Comments
 (0)