Skip to content

Commit

Permalink
[version] new version! 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Dec 14, 2024
1 parent 4e3a526 commit 9ca0cbd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.

### 2.3.0 (2024-11-30) **Latest**
### 2.4.0 (2024-12-14) **Latest**

- [sent_message] adding `SentTemplate` with `SentTemplateStatus`
- [flows] adding `pattern` for `TextInput`
- [flows] adding support for `NavigationList`
- [flows] defaulting action's payload to empty dict
- [flows] deprecating `ActionNext` and `ActionNextType`


### 2.3.0 (2024-11-30)

- [client] allowing to specify the callback url scope
- [client] expose methods to override callback url in waba and phone scopes
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__ = "2.3.0"
__version__ = "2.4.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 9ca0cbd

Please sign in to comment.