Skip to content

Commit

Permalink
[version 1.12.0] New version!
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Nov 19, 2023
1 parent e174e03 commit e253c01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog

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

### 1.12.0 (2023-11-20)

- [reply_to_msg] adding `ReferredProduct` to message context
- [filters] adding filter for messages that has `referred_product` in their context
- [types] unfrozen editable types
- [base_update] hash updates by their update ID
- [client] adding `dl_session` param of type `requests.Session` to `.upload_media` when uploading locally from URL
- [errors] adding more `template` and `flow` exceptions; fix typo in `TooManyMessages`

### 1.11.1 (2023-11-07)

- [reaction] hot-fix for reaction when "unreacting" to a message
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.11.1"
__version__ = "1.12.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit e253c01

Please sign in to comment.