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 1639f4f commit bce8aeeCopy full SHA for bce8aee
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.3.0
4
+
5
+- Add backing signature support for all request types.
6
+- Create SECURITY.md.
7
8
## 1.2.2
9
10
- Sanitize the username part of the LNURLP URL to avoid XSS attacks.
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = uma-sdk
-version = 1.2.2
+version = 1.3.0
description = Python SDK for UMA (universal money address)
long_description = file: README.md
long_description_content_type = text/markdown
uma/version.py
@@ -7,7 +7,7 @@
BACK_COMPATIBLE_VERSIONS = ["0.3"]
MAJOR_VERSION = 1
-MINOR_VERSION = 0
+MINOR_VERSION = 3
11
UMA_PROTOCOL_VERSION = f"{MAJOR_VERSION}.{MINOR_VERSION}"
12
13
0 commit comments