Skip to content

Commit

Permalink
[version] new version: 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Jul 26, 2024
1 parent a109a71 commit fed9aa4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@

> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
#### 1.23.0 (2024-07-14) **Latest**
#### 1.24.0 (2024-07-26) **Latest**

- [server] validating `X-Hub-Signature-256` header
- [requirements] removing `requests`
- [server] default callback url registration delay to 3 sec


#### 1.23.0 (2024-07-14)

- [client] allowing to manage multiple numbers from the same client (Partner solutions)
- [flows] adding `.respond()` shortcut for `FlowRequest`
Expand Down
2 changes: 1 addition & 1 deletion pywa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from pywa.client import WhatsApp
from pywa.utils import Version

__version__ = "1.23.0"
__version__ = "1.24.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit fed9aa4

Please sign in to comment.