Skip to content

Commit

Permalink
[version] new rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed May 23, 2024
1 parent 06d3bb7 commit 0fa540d
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.19.0-rc.3 (2024-05-23)

- [api] fix uploads
- [server] expose `webhook_challenge_handler`, `webhook_update_handler` and `flow_request_handler`


### 1.19.0-rc.2 (2024-05-17)

- [client] adding `skip_duplicate_updates` when callbacks take too long to return (~25s), defaults to True
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__ = "1.19.0-rc.2"
__version__ = "1.19.0-rc.3"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 0fa540d

Please sign in to comment.