Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitlogik committed Feb 10, 2023
1 parent ef97996 commit 070f275
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# pyWalletConnect changes log

## 1.3.2

* Fix WC v2 RPC queries with tag
* Add a debug output for responses sent

## 1.3.0

* Add WC v2 "IRN"
Expand Down
2 changes: 1 addition & 1 deletion pywalletconnect/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""pyWalletConnect version info."""

VERSION = "1.3.0"
VERSION = "1.3.2"

0 comments on commit 070f275

Please sign in to comment.