Skip to content

Commit

Permalink
Merge pull request #690 from Adyen/promote/main
Browse files Browse the repository at this point in the history
Release v20.1.0
  • Loading branch information
AdyenAutomationBot committed Aug 22, 2024
2 parents 8260340 + 25b595e commit 7112ef7
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.0.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library)
[![version](https://img.shields.io/badge/version-20.1.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.0.0
20.1.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.0.0";
const LIB_VERSION = "20.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";
Expand Down

0 comments on commit 7112ef7

Please sign in to comment.