Skip to content

Commit

Permalink
[version] new version! 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Nov 28, 2024
1 parent 98d840d commit c18ebd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@

> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
### 2.1.0 (2024-11-24) **Latest**
### 2.2.0 (2024-11-29) **Latest**

- [flows] adding `ScreenDataUpdate` to use in `UpdateDataAction`
- [flows] using math operators between math objs
- [flows] renaming `ActionNext` to `Next` and `ActionNextType` to `NextType`


### 2.1.0 (2024-11-24)

- [flows] adding `CalendarPicker` component
- [flows] allow string concatenation with refs
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.1.0"
__version__ = "2.2.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit c18ebd8

Please sign in to comment.