Skip to content

Commit dd37963

Browse files
authored
Release 4.6.0 (#105)
1 parent 0a05da3 commit dd37963

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.RST

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.6.0 (2023-10-05)
2+
================
3+
- Score percentiles in Score API
4+
15
4.5.1 (2023-09-11)
26
================
37

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["sift", "sift science", "php", "fraud"],
55
"homepage": "https://github.com/SiftScience/sift-php",
66
"license": "MIT",
7-
"version": "4.5.1",
7+
"version": "4.6.0",
88
"authors": [
99
{
1010
"name": "Alex Lopatin"

lib/Sift.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abstract class Sift
1212
*/
1313
public static $account_id;
1414

15-
const VERSION = '4.5.1';
15+
const VERSION = '4.6.0';
1616

1717
public static function setApiKey($api_key)
1818
{

0 commit comments

Comments
 (0)