From 7978c6200625017d6771025d5f0018b971872e5e Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:31:01 +0000 Subject: [PATCH] chore(release): bump to 21.1.0 --- README.md | 2 +- VERSION | 2 +- src/Adyen/Client.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b36568c4..fad2cd7b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the officially supported PHP library for using Adyen's APIs. -[![version](https://img.shields.io/badge/version-21.0.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library) +[![version](https://img.shields.io/badge/version-21.1.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library) ## Supported API versions The library supports all APIs under the following services: diff --git a/VERSION b/VERSION index fb5b5130..e9dbbdad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -21.0.0 +21.1.0 diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index e5b368cd..0e2bc530 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -7,7 +7,7 @@ class Client { - const LIB_VERSION = "21.0.0"; + const LIB_VERSION = "21.1.0"; const LIB_NAME = "adyen-php-api-library"; const USER_AGENT_SUFFIX = "adyen-php-api-library/"; const ENDPOINT_TEST = "https://pal-test.adyen.com";