Skip to content

Commit 9f8c2c4

Browse files
committed
[filters] adding new filter called sent_to to filter updates even if WhatsApp(..., filter_updates=False)
1 parent aaa3df2 commit 9f8c2c4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changelog
33

44
NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
55

6+
### 1.12.1 (2023-11-29)
7+
8+
- [filters] adding new filter called `sent_to` to filter updates even if `WhatsApp(..., filter_updates=False)`
9+
- [webhook] renaming route callbacks names to allow multiple `WhatsApp` instances to use the same server
10+
- [message_type] default missing to `UNKNOWN`
11+
- [bugs] fix bug on interactive message without data
12+
13+
614
### 1.12.0 (2023-11-20)
715

816
- [reply_to_msg] adding `ReferredProduct` to message context

pywa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
from pywa.client import WhatsApp
99

10-
__version__ = "1.12.0"
10+
__version__ = "1.12.1"
1111
__author__ = "David Lev"
1212
__license__ = "MIT"

0 commit comments

Comments
 (0)