From 24edcde4094adad93b28a19938b4c9b5d23fc958 Mon Sep 17 00:00:00 2001 From: Eduardo Iriarte-Mendez Date: Thu, 10 Jun 2021 09:57:19 +0200 Subject: [PATCH] chore(release): 1.5.0 --- 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 48613f7..0cc68b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [1.5.0](https://github.com/ratepay/php-library/compare/1.4.0...1.5.0) (2021-06-10) + + +### Features + +* adds php8.0 compatibility ([0d79010](https://github.com/ratepay/php-library/commit/0d79010fa4c337505c231ccb7ef35332b6172083)) + ## [1.4.0](http://bitbucket.ratepay.com:7999///compare/1.3.0...1.4.0) (2021-03-10) diff --git a/README.md b/README.md index 946ea25..a0325ad 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.4.0` [Changelog](./CHANGELOG.md) +| Version | `1.5.0` [Changelog](./CHANGELOG.md) | Link | http://www.ratepay.com | Mail | integration@ratepay.com diff --git a/composer.json b/composer.json index 9a98eea..c17da30 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ratepay/php-library", "description": "Ratepay Payment-API PHP Library", - "version": "1.4.0", + "version": "1.5.0", "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 c208215..5f96e03 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.4.0'; + const LIBRARY_VERSION = '1.5.0'; /** * Supported RatePAY API version.