Skip to content

Commit

Permalink
[filters] adding new filter called sent_to to filter updates even i…
Browse files Browse the repository at this point in the history
…f `WhatsApp(..., filter_updates=False)`
  • Loading branch information
david-lev committed Nov 28, 2023
1 parent aaa3df2 commit 9f8c2c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog

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

### 1.12.1 (2023-11-29)

- [filters] adding new filter called `sent_to` to filter updates even if `WhatsApp(..., filter_updates=False)`
- [webhook] renaming route callbacks names to allow multiple `WhatsApp` instances to use the same server
- [message_type] default missing to `UNKNOWN`
- [bugs] fix bug on interactive message without data


### 1.12.0 (2023-11-20)

- [reply_to_msg] adding `ReferredProduct` to message context
Expand Down
2 changes: 1 addition & 1 deletion pywa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

from pywa.client import WhatsApp

__version__ = "1.12.0"
__version__ = "1.12.1"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 9f8c2c4

Please sign in to comment.