Skip to content

Commit

Permalink
[version] New version: 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Jan 14, 2024
1 parent 2494d4e commit a882717
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog

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

### 1.15.0 (2024-01-14)

- [client] Added `register_phone_number` method
- [client] mark the `body` arg in send image/video/doc as deprecated. use `caption` instead
- [utils] bump `FLOW_JSON` version to 3.1
- [flows] allow `DataSource` in `FlowResponse` data
- [flows] `Image` .src can be dynamic
- [flows] default `ActionNext` to SCREEN
- [flows] adding `.success` for screen and adding in-docs examples



### 1.14.0 (2024-01-01)

- [flows] define `Form` `init_values` from children `init_value`
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.14.0"
__version__ = "1.15.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit a882717

Please sign in to comment.