Skip to content

Commit

Permalink
Merge pull request #171 from maxmind/greg/release
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
faktas2 authored Apr 17, 2024
2 parents f44064f + c1615f6 commit 3ad51f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

3.0.0
3.0.0 (2024-04-16)
------------------

* This library no longer uses `Respect\Validation`.
Expand Down
2 changes: 1 addition & 1 deletion src/MinFraud/ServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

abstract class ServiceClient
{
public const VERSION = 'v2.0.0';
public const VERSION = 'v3.0.0';

/**
* @var Client
Expand Down

0 comments on commit 3ad51f5

Please sign in to comment.