Skip to content

Commit 4968131

Browse files
Merge pull request #694 from Adyen/promote/main
Release v20.3.0
2 parents f56c714 + 6cbbcd2 commit 4968131

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
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.2.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
7+
[![version](https://img.shields.io/badge/version-20.3.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.2.0
1+
20.3.0

src/Adyen/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class Client
99
{
10-
const LIB_VERSION = "20.2.0";
10+
const LIB_VERSION = "20.3.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)