Skip to content

Commit bf616ba

Browse files
committed
chore: release v2.8.2
1 parent 38a15f5 commit bf616ba

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## <small>2.8.2 (2025-08-27)</small>
4+
5+
* chore: update multiple model and API files for consistency and improvements ([38a15f5](https://github.com/MONEI/monei-php-sdk/commit/38a15f5))
6+
* chore: update multiple model and API files for consistency and improvements ([0e4a30d](https://github.com/MONEI/monei-php-sdk/commit/0e4a30d))
7+
38
## <small>2.8.1 (2025-08-26)</small>
49

510
* chore: update OpenAPI document version to 1.7.2 ([2df4c98](https://github.com/MONEI/monei-php-sdk/commit/2df4c98))

lib/MoneiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class MoneiClient
3838
/**
3939
* @var string
4040
*/
41-
public const SDK_VERSION = '2.8.1';
41+
public const SDK_VERSION = '2.8.2';
4242
/**
4343
* @var string
4444
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monei-php-sdk",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "MONEI PHP SDK",
55
"author": "monei",
66
"type": "module",

0 commit comments

Comments
 (0)