Skip to content

Commit c2504b3

Browse files
committed
[version] new version! 2.11.0
1 parent b218415 commit c2504b3

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33

44
> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
55
6-
7-
### 2.10.0 (2025-05-14) **Latest**
6+
### 2.11.0 (2025-06-17) **Latest**
7+
8+
- [flows] adding support for `ImageCarousel`
9+
- [flows] adding `with_params` to `FlowPreview` to configure the interactive web preview
10+
- [client] adding `get_business_phone_numbers` method
11+
- [types] adding `all` method to `Result` and fix `next` and `previous` to return empty result
12+
- [sent_message] fix `wait_for_click` to wait only for reply-clicks and not to same `data`
13+
- [api] fix `update_conversational_automation` request
14+
- [utils] try to import `cryptography` globally
15+
- [utils] bump graph-api version to `23.0`
16+
17+
### 2.10.0 (2025-05-14)
818

919
- [client] allow to migrate flows from one WABA to another
1020
- [client] improve mime-type handling when downloading media

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__ = "2.10.0"
12+
__version__ = "2.11.0"
1313
__author__ = "David Lev"
1414
__license__ = "MIT"

0 commit comments

Comments
 (0)