diff --git a/CHANGELOG.md b/CHANGELOG.md index d9565fd..9a664ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,21 @@ Changelog NOTE: pywa follows the [semver](https://semver.org/) versioning standard. +### 1.12.2 (2023-06-02) + +- [server] improve continue/stop handling + + ### 1.12.1 (2023-06-02) - [api] fix downloading media content-type + ### 1.12.0 (2023-06-02) - [client] adding official support for async (limited support for now) + ### 1.19.0-rc.3 (2024-05-23) - [api] fix uploads diff --git a/pywa/__init__.py b/pywa/__init__.py index 9a81d42..8a6c464 100644 --- a/pywa/__init__.py +++ b/pywa/__init__.py @@ -9,6 +9,6 @@ from pywa.client import WhatsApp from pywa.utils import Version -__version__ = "1.20.1" +__version__ = "1.20.2" __author__ = "David Lev" __license__ = "MIT"