Skip to content

Commit

Permalink
Merge pull request #594 from Adyen/promote/releases/v15
Browse files Browse the repository at this point in the history
Release v15.5.1
  • Loading branch information
AdyenAutomationBot authored Nov 16, 2023
2 parents cb95c58 + d15b6ce commit 513063d
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-15.5.0-blue.svg)](https://docs.adyen.com/development-resources/libraries)
[![version](https://img.shields.io/badge/version-15.5.1-blue.svg)](https://docs.adyen.com/development-resources/libraries)

## 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 @@
15.5.0
15.5.1
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 = "15.5.0";
const LIB_VERSION = "15.5.1";
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 513063d

Please sign in to comment.