File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " athm"
7- version = " 0.3 .0"
7+ version = " 0.4 .0"
88description = " A modern Python library for the ATH Móvil payment API"
99readme = " README.md"
1010license = { text = " MIT" }
@@ -195,7 +195,7 @@ ignore_errors = true
195195# Commitizen configuration
196196[tool .commitizen ]
197197name = " cz_conventional_commits"
198- version = " 0.3 .0"
198+ version = " 0.4 .0"
199199version_files = [
200200 " athm/__init__.py:__version__" ,
201201 " pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments