Skip to content

Commit c18c22a

Browse files
committed
[version] new beta version 4.0.0b7
1 parent e5a0865 commit c18c22a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
55
6-
#### 4.0.0b6 (2026-04-25) **Latest Beta**
6+
#### 4.0.0b7 (2026-04-30) **Latest Beta**
7+
8+
- [helpers] fix incoming updates in `fastapi` and `starlette`
9+
- [helpers] hide webhook endpoints from OpenAPI schema
10+
- [ci] streamline publish workflow for PyPI
11+
12+
#### 4.0.0b6 (2026-04-25)
713

814
- [client] add `run` method to start the webhook server and listen for updates
915
- [server] refactor webhook handling to include validation and improve endpoint management

pywa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from pywa.client import WhatsApp
1010
from pywa.utils import Version
1111

12-
__version__ = "4.0.0b6"
12+
__version__ = "4.0.0b7"
1313
__author__ = "David Lev"
1414
__license__ = "MIT"

0 commit comments

Comments
 (0)