Skip to content

Commit debee96

Browse files
authored
Merge pull request #89 from maxmind/horgh/release
v2.3.0
2 parents f9e8b93 + 36a2aac commit debee96

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Changelog
22

3-
## v2.3.0
3+
## v2.3.0 (2023-12-04)
44

55
* Added the processor `:shopify_payments` to `Minfraud::Components::Payment`.
66
* Added the processor `:google_pay` to `Minfraud::Components::Payment`.
77
* Added the processor `:placetopay` to `Minfraud::Components::Payment`.
88
* In addition to the minfraud gem version, the User-Agent now includes the
99
version of Ruby and the version of the HTTP client in all HTTP requests.
10+
* Updated `maxmind-geoip2` to version that includes the `anycast?` method
11+
on `MaxMind::GeoIP2::Record::Traits`. This returns `true` if the IP
12+
address belongs to an [anycast
13+
network](https://en.wikipedia.org/wiki/Anycast). This is available in
14+
minFraud Insights and Factors.
1015

1116
## v2.2.0 (2022-03-28)
1217

lib/minfraud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Minfraud
44
# The Gem version.
5-
VERSION = '2.2.0'
5+
VERSION = '2.3.0'
66
end

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_runtime_dependency 'connection_pool', '~> 2.2'
2626
spec.add_runtime_dependency 'http', '>= 4.3', '< 6.0'
27-
spec.add_runtime_dependency 'maxmind-geoip2', '~> 1.1'
27+
spec.add_runtime_dependency 'maxmind-geoip2', '~> 1.2'
2828
spec.add_runtime_dependency 'simpleidn', '~> 0.1', '>= 0.1.1'
2929

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

0 commit comments

Comments
 (0)