Skip to content

Commit c3154a2

Browse files
Lightspark Engjklein24
authored andcommitted
Project import generated by Copybara.
GitOrigin-RevId: 60af8fa734b6dd7b6c1c822f99d102cea30bd600
1 parent ee6f106 commit c3154a2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
# v2.1.3
4+
5+
- Add webhook handling example and fix create_test_mode_payment bug.
6+
37
# v2.1.2
8+
49
- Fix a signing key bug.
510

611
# v2.1.1
12+
713
- Update dependencies.
814

915
# v2.1.0
16+
1017
- Remove UMA from lightspark SDK. Go install from https://pypi.org/project/uma-sdk/ instead.
1118

1219
# v2.0.0
20+
1321
- Add support for remote signing.
1422

1523
# v1.4.4

lightspark/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.2"
1+
__version__ = "2.1.3"

0 commit comments

Comments
 (0)