Skip to content

Commit

Permalink
Release 4.7.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
viaskal-sift authored Feb 22, 2024
1 parent 0b1c708 commit 0fb8990
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.RST
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.7.0 (2024-02-22)
================
- Webhooks API

4.6.0 (2023-10-05)
================
- Score percentiles in Score API
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/Sift.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 0fb8990

Please sign in to comment.