Skip to content

Commit bac6200

Browse files
committed
New version
1 parent 5d80e50 commit bac6200

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# pyWalletConnect changes log
33

4+
## 1.6.0
5+
6+
* Can handle all namespaces common usage patterns
7+
* Accept optionalNamespace
8+
* return chain ids as a list (breaking change)
9+
410
## 1.5.0
511

612
* Allow to use different wallet namespaces

pywalletconnect/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""pyWalletConnect version info."""
22

3-
VERSION = "1.5.0"
3+
VERSION = "1.6.0"

0 commit comments

Comments
 (0)