We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d80e50 commit bac6200Copy full SHA for bac6200
CHANGELOG.md
@@ -1,6 +1,12 @@
1
2
# pyWalletConnect changes log
3
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
10
## 1.5.0
11
12
* Allow to use different wallet namespaces
pywalletconnect/version.py
@@ -1,3 +1,3 @@
"""pyWalletConnect version info."""
-VERSION = "1.5.0"
+VERSION = "1.6.0"
0 commit comments