Skip to content

Commit

Permalink
[version] new version: 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yehuda-lev committed Sep 21, 2024
1 parent 9cfd6ea commit d8de343
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@

> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
#### 1.25.0 (2024-08-15) **Latest**
#### 1.26.0 (2024-09-22) **Latest**

- [flows] adding support of `RichText`
- [flows] adding support of `markdown` in `TextBody` and `TextCaption`
- [flows] adding `sensitive` attr to Screen, allowing to hide specific fields from the response summary
- [client] adding `reply_to_message` arg to `send_location`, `request_location`, `send_sticker`, and `send_audio`
- [message] adding `reply_location_request`


#### 1.25.0 (2024-08-15)

- [handlers] adding priority
- [client] adding QR methods (create update get and delete)
Expand Down
2 changes: 1 addition & 1 deletion pywa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from pywa.client import WhatsApp
from pywa.utils import Version

__version__ = "1.25.0"
__version__ = "1.26.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit d8de343

Please sign in to comment.