Skip to content

Commit

Permalink
Merge pull request #694 from Adyen/promote/main
Browse files Browse the repository at this point in the history
Release v20.3.0
  • Loading branch information
AdyenAutomationBot committed Sep 16, 2024
2 parents f56c714 + 6cbbcd2 commit 4968131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

[![version](https://img.shields.io/badge/version-20.2.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
[![version](https://img.shields.io/badge/version-20.3.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)

## Supported API versions
The library supports all APIs under the following services:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.2.0
20.3.0
2 changes: 1 addition & 1 deletion src/Adyen/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Client
{
const LIB_VERSION = "20.2.0";
const LIB_VERSION = "20.3.0";
const LIB_NAME = "adyen-php-api-library";
const USER_AGENT_SUFFIX = "adyen-php-api-library/";
const ENDPOINT_TEST = "https://pal-test.adyen.com";
Expand Down

0 comments on commit 4968131

Please sign in to comment.