Skip to content

Commit d25eac1

Browse files
chore(release): 1.6.1
1 parent a7d07f3 commit d25eac1

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.1](https://github.com/ratepay/php-library/compare/1.6.0...1.6.1) (2022-01-26)
3+
4+
5+
### Bug Fixes
6+
7+
* incorrect locale code for Austria ([#24](https://github.com/ratepay/php-library/issues/24)) ([a7d07f3](https://github.com/ratepay/php-library/commit/a7d07f315e032ddb3f9718f0d6d65b8d3120f090))
8+
29
## [1.6.0](https://github.com/ratepay/php-library/compare/1.5.1...1.6.0) (2022-01-25)
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.6.0` [Changelog](./CHANGELOG.md)
8+
| Version | `1.6.1` [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.6.0",
4+
"version": "1.6.1",
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.6.0';
26+
const LIBRARY_VERSION = '1.6.1';
2727

2828
/**
2929
* Supported RatePAY API version.

0 commit comments

Comments
 (0)