Skip to content

Commit

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

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

### 1.16.0 (2024-01-22)

- [chat_opened] adding a new type: `ChatOpened`
- [server] improve handlers and logs
- [types] warning on missing enum constant
- [flows] handle cases where there is no `flow_token` in `FlowCompletion` (When the flow completion sent from iOS)
- [tests] adding more tests

### 1.15.0 (2024-01-14)

- [client] Added `register_phone_number` method
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.15.0"
__version__ = "1.16.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit eaacee1

Please sign in to comment.