Skip to content

Commit a4e7fff

Browse files
Merge pull request #702 from Adyen/promote/main
Release v21.0.0
2 parents 07f7a13 + cd2c790 commit a4e7fff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is the officially supported PHP library for using Adyen's APIs.
66

7-
[![version](https://img.shields.io/badge/version-20.4.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
7+
[![version](https://img.shields.io/badge/version-21.0.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
88

99
## Supported API versions
1010
The library supports all APIs under the following services:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.4.0
1+
21.0.0

src/Adyen/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class Client
99
{
10-
const LIB_VERSION = "20.4.0";
10+
const LIB_VERSION = "21.0.0";
1111
const LIB_NAME = "adyen-php-api-library";
1212
const USER_AGENT_SUFFIX = "adyen-php-api-library/";
1313
const ENDPOINT_TEST = "https://pal-test.adyen.com";

0 commit comments

Comments
 (0)