Skip to content

Commit

Permalink
chore(release): 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hamail-tahir committed Sep 5, 2022
1 parent 10e5e6d commit fba5c62
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.8.2](https://github.com/ratepay/php-library/compare/1.8.1...1.8.2) (2022-09-05)


### Bug Fixes

* installment: fix calculation of getAllowedMoth on ConfigurationRequest ([#29](https://github.com/ratepay/php-library/issues/29)) ([10e5e6d](https://github.com/ratepay/php-library/commit/10e5e6d6235dd4fdd39224f940f981dcb60aed06))
* trim leading/trailing whitespaces from model-values ([#28](https://github.com/ratepay/php-library/issues/28)) ([35d4fc5](https://github.com/ratepay/php-library/commit/35d4fc536ee16b35156e5660efd7e46ecd6dc28f))

### [1.8.1](https://github.com/ratepay/php-library/compare/1.8.0...1.8.1) (2022-05-06)


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.8.1` [Changelog](./CHANGELOG.md)
| Version | `1.8.2` [Changelog](./CHANGELOG.md)
| Link | http://www.ratepay.com
| Mail | [email protected]

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.8.1",
"version": "1.8.2",
"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 @@ -19,7 +19,7 @@ class Constants
/**
* Library version.
*/
const LIBRARY_VERSION = '1.8.1';
const LIBRARY_VERSION = '1.8.2';

/**
* Supported RatePAY API version.
Expand Down

0 comments on commit fba5c62

Please sign in to comment.