Skip to content

Commit

Permalink
[version] new version: 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Aug 15, 2024
1 parent 23443b7 commit acd0a84
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@

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

- [handlers] adding priority
- [client] adding QR methods (create update get and delete)
- [client] adding `get_flow_metrics` method
- [flows] adding to `DataSource` support for images/colors
- [flows] support `datetime` objs in `DatePicker`
- [flows] support `Screen` when using `.data_key_of(...)` and `.form_ref_of(...)`
- [flows] update flow json with indent and without ensuring ascii
- [flows] adding `health_status` to `FlowDetails`


#### 1.24.0 (2024-07-26)

- [server] validating `X-Hub-Signature-256` header
- [requirements] removing `requests`
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.24.0"
__version__ = "1.25.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit acd0a84

Please sign in to comment.