Skip to content

Commit

Permalink
[version 1.10.0] New version!
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Oct 29, 2023
1 parent c44538a commit 5a4b82f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog

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

### 1.10.0 (2023-10-29)

- [template] adding support for `OtpType.ZERO_TAP` in new authentication template
- [callback] adding support for optional fields in `CallbackData`
- [tests] update `CallbackData` tests

### 1.9.0 (2023-10-25)

- [handlers] add `StopHandling` to raise if you want to stop handling the update
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.9.0"
__version__ = "1.10.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 5a4b82f

Please sign in to comment.