Skip to content

Commit

Permalink
Bump version and update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickCroninMM committed May 14, 2020
1 parent f293cea commit 90342e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
CHANGELOG
=========

1.13.0 (2020-05-14)

* Added support for the Report Transactions API. We encourage the use of this
API as we use data received through this channel to continually improve the
accuracy of our fraud detection algorithms.

1.12.0 (2020-04-06)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/ServiceClient.php
Expand Up @@ -8,7 +8,7 @@

abstract class ServiceClient
{
const VERSION = 'v1.12.0';
const VERSION = 'v1.13.0';

protected $client;
protected static $host = 'minfraud.maxmind.com';
Expand Down

0 comments on commit 90342e8

Please sign in to comment.