Skip to content

Commit

Permalink
[version] new version! 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Oct 30, 2024
1 parent 1a5e80d commit 2e1af3e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@
> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.

### 2.0.1 (2024-10-30) **Latest**
### 2.0.2 (2024-10-30) **Latest**

- [server] rely on update hash instead of update id to avid duplicate updates


### 2.0.1 (2024-10-30)

- [server] fix skip update in process (async)


### 2.0.0 (2024-10-30)

BREAKING CHANGES!! READ THE [MIGRATION GUIDE](https://github.com/david-lev/pywa/blob/v2/MIGRATION.md)

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.0.1"
__version__ = "2.0.2"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 2e1af3e

Please sign in to comment.