Skip to content

Commit 3ad51f5

Browse files
authored
Merge pull request #171 from maxmind/greg/release
Release 3.0.0
2 parents f44064f + c1615f6 commit 3ad51f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
3.0.0
4+
3.0.0 (2024-04-16)
55
------------------
66

77
* This library no longer uses `Respect\Validation`.

src/MinFraud/ServiceClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
abstract class ServiceClient
1111
{
12-
public const VERSION = 'v2.0.0';
12+
public const VERSION = 'v3.0.0';
1313

1414
/**
1515
* @var Client

0 commit comments

Comments
 (0)