From 653d191d557a7a47243cd1130c2ab17110adfb2a Mon Sep 17 00:00:00 2001 From: Benjamin Freoua Date: Mon, 20 Feb 2023 11:03:04 +0100 Subject: [PATCH] change version to 1.10.0 --- CHANGELOG.md | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4d408e..e46917d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -v1.9.4 +v1.10.0 ------- * Added pay now payment plan behavior diff --git a/src/Client.php b/src/Client.php index f81b39a2..e8dec220 100644 --- a/src/Client.php +++ b/src/Client.php @@ -32,7 +32,7 @@ class Client implements LoggerAwareInterface { - const VERSION = '1.9.4'; + const VERSION = '1.10.0'; const LIVE_MODE = 'live'; const TEST_MODE = 'test';