Skip to content

Commit b138b1f

Browse files
committed
chore: release v2.5.0
1 parent ddef383 commit b138b1f

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## 2.5.0 (2025-12-01)
4+
5+
* chore: downgrade @release-it/conventional-changelog and update dependencies ([ddef383](https://github.com/MONEI/monei-python-sdk/commit/ddef383))
6+
* chore: update dependencies and package manager ([e9608e4](https://github.com/MONEI/monei-python-sdk/commit/e9608e4))
7+
* feat: add Apple Pay Certificate API and tests ([2d4b715](https://github.com/MONEI/monei-python-sdk/commit/2d4b715))
8+
39
## 2.4.0 (2025-11-11)
410

511
* feat: add Bizum as a payment method to SubscriptionPaymentMethod interface ([767ee36](https://github.com/MONEI/monei-python-sdk/commit/767ee36))

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