From 90342e88e28eb80d111b68d01e30fefdc278385b Mon Sep 17 00:00:00 2001 From: Patrick Cronin Date: Thu, 14 May 2020 07:47:05 -0400 Subject: [PATCH] Bump version and update Changelog --- CHANGELOG.md | 6 ++++++ src/ServiceClient.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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';