Skip to content

Commit 6589a64

Browse files
committed
chore: release v2.8.4
1 parent 773eb3a commit 6589a64

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.4 (2025-11-11)</small>
4+
5+
* chore: update subscription API to include allowed payment methods in requests and responses ([773eb3a](https://github.com/MONEI/monei-php-sdk/commit/773eb3a))
6+
* chore: update subscription API to include allowed payment methods in requests and responses ([94cc3c4](https://github.com/MONEI/monei-php-sdk/commit/94cc3c4))
7+
38
## <small>2.8.3 (2025-09-15)</small>
49

510
* chore: send PHP version in user agent ([7f58448](https://github.com/MONEI/monei-php-sdk/commit/7f58448))

lib/MoneiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
class MoneiClient
3737
{
3838
/** @var string */
39-
public const SDK_VERSION = '2.8.3';
39+
public const SDK_VERSION = '2.8.4';
4040
/** @var string */
4141
public const DEFAULT_USER_AGENT = 'MONEI/PHP/';
4242
/** @var Configuration */

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.3",
3+
"version": "2.8.4",
44
"description": "MONEI PHP SDK",
55
"author": "monei",
66
"type": "module",

0 commit comments

Comments
 (0)