Skip to content

Commit

Permalink
chore(release): 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriarte-mendez committed Jul 13, 2021
1 parent a0d8d99 commit 50c6a90
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
### [1.5.1](https://github.com/ratepay/php-library/compare/1.5.0...1.5.1) (2021-07-13)


### Bug Fixes

* missing model mapping for multiple tracking ids ([a0d8d99](https://github.com/ratepay/php-library/commit/a0d8d99873f5ae9c8c3c20e0bac2fb50cd5d0d0b))
* multiple tracking ids: fix missing model mapping ([eebea1a](https://github.com/ratepay/php-library/commit/eebea1aca578d1e8cc758edd20c97f0773e16e90))

## [1.5.0](https://github.com/ratepay/php-library/compare/1.4.0...1.5.0) (2021-06-10)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RatePAY Integration Toolkit for PHP
| Repository | Common RatePAY PHP Library
|------------|----------
| Author | Eduardo Iriarte-Mendez
| Version | `1.5.0` [Changelog](./CHANGELOG.md)
| Version | `1.5.1` [Changelog](./CHANGELOG.md)
| Link | http://www.ratepay.com
| Mail | integration@ratepay.com

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ratepay/php-library",
"description": "Ratepay Payment-API PHP Library",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"type": "library",
"homepage": "https://ratepay.gitbook.io/docs/",
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Request/SubModel/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Constants
/**
* Library version.
*/
const LIBRARY_VERSION = '1.5.0';
const LIBRARY_VERSION = '1.5.1';

/**
* Supported RatePAY API version.
Expand Down

0 comments on commit 50c6a90

Please sign in to comment.