Skip to content

Commit a6dce72

Browse files
authored
Release 4.5.1 (#102)
1 parent 5c7f3ab commit a6dce72

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.RST

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.5.1 (2023-09-11)
2+
================
3+
4+
- Fixes in PSP Merchants API
5+
16
4.5.0 (2023-06-19)
27
================
38

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.0",
7+
"version": "4.5.1",
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.0.0';
15+
const VERSION = '4.5.1';
1616

1717
public static function setApiKey($api_key)
1818
{

0 commit comments

Comments
 (0)