File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ Changelog
3
3
4
4
NOTE: pywa follows the [ semver] ( https://semver.org/ ) versioning standard.
5
5
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
+
6
14
### 1.12.0 (2023-11-20)
7
15
8
16
- [ reply_to_msg] adding ` ReferredProduct ` to message context
Original file line number Diff line number Diff line change 7
7
8
8
from pywa .client import WhatsApp
9
9
10
- __version__ = "1.12.0 "
10
+ __version__ = "1.12.1 "
11
11
__author__ = "David Lev"
12
12
__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments