Skip to content

Commit

Permalink
chore(release): 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hamail-tahir committed May 9, 2023
1 parent 4fc20f9 commit 9230304
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
### [1.8.4](https://github.com/ratepay/php-library/compare/1.8.3...1.8.4) (2023-05-09)

### [1.8.3](https://github.com/ratepay/php-library/compare/1.8.2...1.8.3) (2023-05-04)

### [1.8.3](https://github.com/ratepay/php-library/compare/1.8.2...1.8.3) (2023-01-16)
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.3` [Changelog](./CHANGELOG.md)
| Version | `1.8.4` [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.8.3",
"version": "1.8.4",
"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.3';
const LIBRARY_VERSION = '1.8.4';

/**
* Supported RatePAY API version.
Expand Down

0 comments on commit 9230304

Please sign in to comment.