diff --git a/CHANGELOG.md b/CHANGELOG.md index 8183d6fb..1424d705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +1.13.0 (XXXX-XX-XX) +------------------- + +* 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/MinFraud/ServiceClient.php b/src/MinFraud/ServiceClient.php index 9458b942..57dcf921 100644 --- a/src/MinFraud/ServiceClient.php +++ b/src/MinFraud/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';