Skip to content

Commit

Permalink
[version] new version! 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Jan 18, 2025
1 parent ac4b041 commit 90e2419
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.
### 2.6.0 (2025-01-11) **Latest**

### 2.7.0 (2025-01-18) **Latest**

- [flows] adding support for `ChipsSelector` component
- [flows] `flow_name` instead of `flow_id` while sending. `flow_token` is now optional
- [client] allowing to create flow with flow json and publish it with one request
- [utils] update flow json latest version to 6.3


### 2.6.0 (2025-01-11)

- [base_update] adding `shared_data` to help sharing context between handlers & filters
- [flows] adding `FlowStr` - A helper class to create strings containing vars and math expressions without escaping and quoting them
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__ = "2.6.0"
__version__ = "2.7.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 90e2419

Please sign in to comment.