From d25eac19dd87938031a5cefd266a2d970eea4439 Mon Sep 17 00:00:00 2001 From: Eduardo Iriarte-Mendez Date: Wed, 26 Jan 2022 11:24:57 +0100 Subject: [PATCH] chore(release): 1.6.1 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- composer.json | 2 +- src/Model/Request/SubModel/Constants.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3660b6..ff952a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +### [1.6.1](https://github.com/ratepay/php-library/compare/1.6.0...1.6.1) (2022-01-26) + + +### Bug Fixes + +* incorrect locale code for Austria ([#24](https://github.com/ratepay/php-library/issues/24)) ([a7d07f3](https://github.com/ratepay/php-library/commit/a7d07f315e032ddb3f9718f0d6d65b8d3120f090)) + ## [1.6.0](https://github.com/ratepay/php-library/compare/1.5.1...1.6.0) (2022-01-25) diff --git a/README.md b/README.md index 3441fc8..9b28114 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ RatePAY Integration Toolkit for PHP | Repository | Common RatePAY PHP Library |------------|---------- | Author | Eduardo Iriarte-Mendez -| Version | `1.6.0` [Changelog](./CHANGELOG.md) +| Version | `1.6.1` [Changelog](./CHANGELOG.md) | Link | http://www.ratepay.com | Mail | integration@ratepay.com diff --git a/composer.json b/composer.json index e596c35..6a2288b 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ratepay/php-library", "description": "Ratepay Payment-API PHP Library", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "type": "library", "homepage": "https://ratepay.gitbook.io/docs/", diff --git a/src/Model/Request/SubModel/Constants.php b/src/Model/Request/SubModel/Constants.php index e91a93e..5a7735f 100755 --- a/src/Model/Request/SubModel/Constants.php +++ b/src/Model/Request/SubModel/Constants.php @@ -23,7 +23,7 @@ class Constants /** * Library version. */ - const LIBRARY_VERSION = '1.6.0'; + const LIBRARY_VERSION = '1.6.1'; /** * Supported RatePAY API version.