File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
33Copyright (c) 2016-2020 kushnir.yb
4- Copyright (c) 2020-2024 MaxMind, Inc.
4+ Copyright (c) 2020-2025 MaxMind, Inc.
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ This API uses [Semantic Versioning](https://semver.org/).
293293
294294Copyright (c) 2016-2020 kushnir.yb.
295295
296- Copyright (c) 2020-2024 MaxMind, Inc.
296+ Copyright (c) 2020-2025 MaxMind, Inc.
297297
298298The gem is available as open source under the terms of the [MIT
299299License](https://opensource.org/licenses/MIT).
Original file line number Diff line number Diff line change 22
33module Minfraud
44 # The Gem version.
5- VERSION = '2.7.0.beta1 '
5+ VERSION = '2.7.1 '
66end
You can’t perform that action at this time.
0 commit comments