Skip to content

Commit f1d9fb5

Browse files
committed
chore: release v2.3.8
1 parent e401c30 commit f1d9fb5

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,3 @@ Monei/model_utils.py
110110
Monei/models/__init__.py
111111
Monei/rest.py
112112
test/__init__.py
113-
test/test_subscription_payment_methods.py

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.3.8 (2025-11-11)</small>
4+
5+
* chore: update subscription API to include allowed payment methods in requests and responses ([e401c30](https://github.com/MONEI/monei-python-sdk/commit/e401c30))
6+
37
## <small>2.3.7 (2025-09-15)</small>
48

59
* chore: format user agent string for improved readability ([3ca548b](https://github.com/MONEI/monei-python-sdk/commit/3ca548b))

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"generatorName": "python",
55
"outputDir": "./",
66
"removeOperationIdPrefix": true,
7-
"version": "2.3.7"
7+
"version": "2.3.8"
88
}

package.json

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "Monei"
7-
version = "2.3.7"
7+
version = "2.3.8"
88
description = "MONEI PYTHON SDK"
99
readme = "README.md"
1010
requires-python = ">=3.8"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)