diff --git a/CHANGELOG.md b/CHANGELOG.md index 15885ccc..1ba4e58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +v2.0.5 +------- +* Fix endpoint customer-carts + v2.0.4 ------- * Fix json_decode in getSubscriptionDetails diff --git a/composer.json b/composer.json index f05d3516..4092ae39 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "alma/alma-php-client", "description": "PHP API client for the Alma payments API", - "version": "2.0.4", + "version": "2.0.5", "type": "library", "require": { "php": "^5.6 || ~7.0 || ~7.1 || ~7.2 || ~7.3 || ~7.4 || ~8.0 || ~8.1 || ~8.2", diff --git a/src/Client.php b/src/Client.php index 44f25d6a..ab8a69b7 100644 --- a/src/Client.php +++ b/src/Client.php @@ -30,7 +30,7 @@ class Client { - const VERSION = '2.0.4'; + const VERSION = '2.0.5'; const LIVE_MODE = 'live'; const TEST_MODE = 'test';