diff --git a/CHANGELOG.md b/CHANGELOG.md index 8183d6fb..77cb710f 100644 --- a/CHANGELOG.md +++ b/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) ------------------- diff --git a/src/ServiceClient.php b/src/ServiceClient.php index 51620c88..1fc708be 100644 --- a/src/ServiceClient.php +++ b/src/ServiceClient.php @@ -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';