We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821a889 commit f5c42b7Copy full SHA for f5c42b7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Ruby API Library Changelog
2
3
+## v3.19.0 - 2025-01-14
4
+### Changes
5
+* :sparkles: add support for US Mail V3
6
+* :recycle: increase async retry timers
7
+
8
9
## v3.18.0 - 2024-12-13
10
### Changes
11
* :sparkles: allow local downloading of remote sources
lib/mindee/version.rb
@@ -3,7 +3,7 @@
# Mindee
module Mindee
# Current version.
- VERSION = '3.18.0'
+ VERSION = '3.19.0'
# Finds and return the current platform.
# @return [String]
0 commit comments