Skip to content

Commit 52db7bc

Browse files
authored
Merge pull request #113 from maxmind/greg/eng-1068
Release 2.7.0
2 parents 1118e3f + 707b1c6 commit 52db7bc

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
with:
3030
ruby-version: ruby
3131

32+
- run: bundle install
33+
3234
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3335
# specify that we want the v1 branch.
3436
- uses: rubygems/release-gem@refs/heads/v1

CHANGELOG.md

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

3-
## v2.7.0
3+
## v2.7.1 (2025-02-10)
4+
5+
* Re-release due to bug in release workflow.
6+
7+
## v2.7.0 (2025-02-10)
48

59
* The minFraud Factors subscores have been deprecated. They will be removed
610
in March 2025. Please see [our release notes](https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores)

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2016-2020 kushnir.yb
4-
Copyright (c) 2020-2024 MaxMind, Inc.
4+
Copyright (c) 2020-2025 MaxMind, Inc.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ This API uses [Semantic Versioning](https://semver.org/).
293293
294294
Copyright (c) 2016-2020 kushnir.yb.
295295
296-
Copyright (c) 2020-2024 MaxMind, Inc.
296+
Copyright (c) 2020-2025 MaxMind, Inc.
297297
298298
The gem is available as open source under the terms of the [MIT
299299
License](https://opensource.org/licenses/MIT).

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.7.0.beta1'
5+
VERSION = '2.7.1'
66
end

0 commit comments

Comments
 (0)