Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
* Add `Builder.verify_challenge_tx` method for verifying [SEP-10](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md) challenge transaction.
  • Loading branch information
overcat committed Sep 24, 2019
1 parent ddc8b8a commit 5b9cf56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release History
===============

### Version 1.3.2
Released on September 24, 2019
* Add `Builder.verify_challenge_tx` method for verifying [SEP-10](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md) challenge transaction.


### Version 1.3.1
Released on August 4, 2019
* Add `Builder.challenge_tx` method for building [SEP-10](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md) challenge transaction.
Expand Down
2 changes: 1 addition & 1 deletion stellar_base/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.1"
__version__ = "1.3.2"

0 comments on commit 5b9cf56

Please sign in to comment.