Skip to content

Commit f5c42b7

Browse files
🔖 Version 3.19.0 (#136)
1 parent 821a889 commit f5c42b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## v3.18.0 - 2024-12-13
410
### Changes
511
* :sparkles: allow local downloading of remote sources

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 = '3.18.0'
6+
VERSION = '3.19.0'
77

88
# Finds and return the current platform.
99
# @return [String]

0 commit comments

Comments
 (0)