Skip to content

Commit 80592a1

Browse files
committed
chore: release v2.10.2
1 parent 45c6c00 commit 80592a1

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## <small>2.10.2 (2026-01-21)</small>
4+
5+
* chore: update OpenAPI document version to 1.8.3 across all relevant files ([45c6c00](https://github.com/MONEI/monei-php-sdk/commit/45c6c00))
6+
37
## <small>2.10.1 (2025-12-02)</small>
48

59
* chore: simplify after:bump hook in release-it configuration ([0df6b69](https://github.com/MONEI/monei-php-sdk/commit/0df6b69))

lib/MoneiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
class MoneiClient
3838
{
3939
/** @var string */
40-
public const SDK_VERSION = '2.10.1';
40+
public const SDK_VERSION = '2.10.2';
4141
/** @var string */
4242
public const DEFAULT_USER_AGENT = 'MONEI/PHP/';
4343
/** @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.10.1",
3+
"version": "2.10.2",
44
"description": "MONEI PHP SDK",
55
"author": "monei",
66
"type": "module",

0 commit comments

Comments
 (0)