Skip to content

Commit 2a2392d

Browse files
committed
bump: version 0.3.0 → 0.4.0
1 parent fda597a commit 2a2392d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ _Initial release - see Unreleased section above for features_
1212
[0.1.0]: https://github.com/django-athm/athm-python/releases/tag/v0.1.0
1313

1414

15+
## v0.4.0 (2025-12-01)
16+
17+
### Feat
18+
19+
- **webhooks**: add webhook support for transaction notifications
20+
21+
### Fix
22+
23+
- sync version to 0.3.0 across all version files
24+
25+
### Refactor
26+
27+
- simplify models and consolidate error code mappings
28+
1529
## v0.3.0 (2025-11-24)
1630

1731
### Fix

athm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
parse_webhook,
3434
)
3535

36-
__version__ = "0.3.0"
36+
__version__ = "0.4.0"
3737
__author__ = "Raúl Negrón-Otero"
3838
__email__ = "raul.esteban.negron@gmail.com"
3939

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "athm"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "A modern Python library for the ATH Móvil payment API"
99
readme = "README.md"
1010
license = { text = "MIT" }
@@ -195,7 +195,7 @@ ignore_errors = true
195195
# Commitizen configuration
196196
[tool.commitizen]
197197
name = "cz_conventional_commits"
198-
version = "0.3.0"
198+
version = "0.4.0"
199199
version_files = [
200200
"athm/__init__.py:__version__",
201201
"pyproject.toml:version",

0 commit comments

Comments
 (0)