Skip to content

Commit d28c49a

Browse files
chore(release): 1.6.0
1 parent 946cec6 commit d28c49a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## [1.6.0](https://github.com/ratepay/php-library/compare/1.5.1...1.6.0) (2022-01-25)
3+
4+
5+
### Features
6+
7+
* implement 0% instalment calculation ([#23](https://github.com/ratepay/php-library/issues/23)) ([946cec6](https://github.com/ratepay/php-library/commit/946cec6287e9860647097960caec9f5520f81dc1))
8+
29
### [1.5.1](https://github.com/ratepay/php-library/compare/1.5.0...1.5.1) (2021-07-13)
310

411

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RatePAY Integration Toolkit for PHP
55
| Repository | Common RatePAY PHP Library
66
|------------|----------
77
| Author | Eduardo Iriarte-Mendez
8-
| Version | `1.5.1` [Changelog](./CHANGELOG.md)
8+
| Version | `1.6.0` [Changelog](./CHANGELOG.md)
99
| Link | http://www.ratepay.com
1010
| Mail | integration@ratepay.com
1111

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ratepay/php-library",
33
"description": "Ratepay Payment-API PHP Library",
4-
"version": "1.5.1",
4+
"version": "1.6.0",
55
"license": "MIT",
66
"type": "library",
77
"homepage": "https://ratepay.gitbook.io/docs/",

src/Model/Request/SubModel/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Constants
2323
/**
2424
* Library version.
2525
*/
26-
const LIBRARY_VERSION = '1.5.1';
26+
const LIBRARY_VERSION = '1.6.0';
2727

2828
/**
2929
* Supported RatePAY API version.

0 commit comments

Comments
 (0)