From 0fb89904a7dfdedc8be145317b277d489f05635d Mon Sep 17 00:00:00 2001 From: Vitalii Iaskal <112494848+viaskal-sift@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:11:54 +0200 Subject: [PATCH] Release 4.7.0 (#109) --- CHANGES.RST | 4 ++++ composer.json | 2 +- lib/Sift.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.RST b/CHANGES.RST index cbafa60..a393c65 100644 --- a/CHANGES.RST +++ b/CHANGES.RST @@ -1,3 +1,7 @@ +4.7.0 (2024-02-22) +================ +- Webhooks API + 4.6.0 (2023-10-05) ================ - Score percentiles in Score API diff --git a/composer.json b/composer.json index b882edf..8217b9d 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["sift", "sift science", "php", "fraud"], "homepage": "https://github.com/SiftScience/sift-php", "license": "MIT", - "version": "4.6.0", + "version": "4.7.0", "authors": [ { "name": "Alex Lopatin" diff --git a/lib/Sift.php b/lib/Sift.php index e30f584..c9548e3 100644 --- a/lib/Sift.php +++ b/lib/Sift.php @@ -12,7 +12,7 @@ abstract class Sift */ public static $account_id; - const VERSION = '4.6.0'; + const VERSION = '4.7.0'; public static function setApiKey($api_key) {