Skip to content

Commit 38319ac

Browse files
committed
Update maxmind-geoip2
1 parent 0cc491d commit 38319ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
was completed. Available as the `last_visited_on` attribute.
3535
* `/email/domain/visit/status` - The status of the domain (e.g., live,
3636
dns_error, parked). Available as the `status` attribute.
37+
* Updated `maxmind-geoip2` to 1.4, which includes new anonymizer and IP
38+
risk outputs.
3739

3840
## v2.8.0 (2025-05-23)
3941

minfraud.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424

2525
spec.add_dependency 'connection_pool', '~> 2.2'
2626
spec.add_dependency 'http', '>= 4.3', '< 6.0'
27-
spec.add_dependency 'maxmind-geoip2', '~> 1.3'
27+
spec.add_dependency 'maxmind-geoip2', '~> 1.4'
2828
spec.add_dependency 'simpleidn', '~> 0.1', '>= 0.1.1'
2929

3030
spec.add_development_dependency 'bundler', '~> 2.2'

0 commit comments

Comments
 (0)