Skip to content

Commit

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

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

### 1.14.0 (2024-01-01)

- [flows] define `Form` `init_values` from children `init_value`
- [flows] adding a new `ScreenData` type to be used in screen `.data`
- [flows] adding `.form_ref` and `.form_ref_of(form_name)` to form components
- [docs] adding s real-world example for a complex flow

### 1.13.0 (2023-12-22)

- [flows] adding full support for [WhatsApp Flows](https://business.whatsapp.com/products/whatsapp-flows)!
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.13.0"
__version__ = "1.14.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 76095bb

Please sign in to comment.