Skip to content

Commit bce8aee

Browse files
authored
Bump version to v1.3.0 (#68)
1 parent 1639f4f commit bce8aee

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.3.0
4+
5+
- Add backing signature support for all request types.
6+
- Create SECURITY.md.
7+
38
## 1.2.2
49

510
- Sanitize the username part of the LNURLP URL to avoid XSS attacks.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = uma-sdk
3-
version = 1.2.2
3+
version = 1.3.0
44
description = Python SDK for UMA (universal money address)
55
long_description = file: README.md
66
long_description_content_type = text/markdown

uma/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
BACK_COMPATIBLE_VERSIONS = ["0.3"]
99
MAJOR_VERSION = 1
10-
MINOR_VERSION = 0
10+
MINOR_VERSION = 3
1111
UMA_PROTOCOL_VERSION = f"{MAJOR_VERSION}.{MINOR_VERSION}"
1212

1313

0 commit comments

Comments
 (0)