Skip to content

Commit b732139

Browse files
committed
chore: release v2.4.0
1 parent 767ee36 commit b732139

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## 2.4.0 (2025-11-11)
4+
5+
* feat: add Bizum as a payment method to SubscriptionPaymentMethod interface ([767ee36](https://github.com/MONEI/monei-python-sdk/commit/767ee36))
6+
37
## <small>2.3.8 (2025-11-11)</small>
48

59
* chore: update subscription API to include allowed payment methods in requests and responses ([e401c30](https://github.com/MONEI/monei-python-sdk/commit/e401c30))

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.8"
7+
"version": "2.4.0"
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.8",
3+
"version": "2.4.0",
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.8"
7+
version = "2.4.0"
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)