Skip to content

Commit 09fae19

Browse files
committed
pre-release: 2.2.0-beta1
1 parent 5e2f3df commit 09fae19

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Release History
22
===============
33

4+
### Version 2.2.0
5+
6+
Unreleased
7+
8+
Horizon v1.0.0 Compatibility.
9+
10+
* **[Breaking Change]** Add support for `/offers` end-point with query parameters, this will affect the existing API, please refer to the documentation. (See [SDK API Documentation](https://stellar-sdk.readthedocs.io/en/2.2.0-beta1/api.html#offerscallbuilder) and [Stellar documentation for offers](https://www.stellar.org/developers/horizon/reference/endpoints/offers.html))
11+
* Regenerate the XDR definitions to include [MetaV2](https://github.com/jonjove/stellar-core/blob/b299b3a458a15f592352c67d4da69baa6e8fbb6a/src/xdr/Stellar-ledger.x#L309) support (also see [#1902](https://github.com/stellar/go/issues/1902)).
12+
13+
There are also some updates that have been released in previous versions, see this [issue](https://github.com/StellarCN/py-stellar-base/issues/257) for details.
14+
415
### Version 2.1.1
516
Released on January 31, 2020
617

stellar_sdk/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__description__ = "The Python Stellar SDK library provides APIs to build transactions and connect to Horizon."
1212
__url__ = "https://github.com/StellarCN/py-stellar-base"
1313
__issues__ = "{}/issues".format(__url__)
14-
__version__ = "2.1.1"
14+
__version__ = "2.2.0-beta1"
1515
__author__ = "Eno, overcat"
1616
1717
__license__ = "Apache License 2.0"

0 commit comments

Comments
 (0)