Skip to content

Commit f77e5ec

Browse files
prepare for release 1.1.6
1 parent 391d691 commit f77e5ec

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.6] - 06.Jun.2021.
2+
- extend asset response for horizon 2.2.0
3+
- add new endpont to fetch operations for claimable balances
4+
- add new endpont to fetch transactions for claimable balances
5+
- add 3 missing operations responses
6+
- add access to _muxed and _muxed_id optional fields from horizon 2.4.0
7+
18
## [1.1.5] - 05.May.2021.
29
- Add OPT-IN support for SEP0023 (Muxed Accounts M-strkeys)
310
- look-a-like G and M addresses

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Soneso open source Stellar SDK for Flutter is build with Dart and provides A
1111
1. Add the dependency to your pubspec.yaml file:
1212
```
1313
dependencies:
14-
stellar_flutter_sdk: ^1.1.5
14+
stellar_flutter_sdk: ^1.1.6
1515
```
1616
2. Install it (command line or IDE):
1717
```

documentation/sdk_api_doc.zip

216 KB
Binary file not shown.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stellar_flutter_sdk
22
description: A stellar blockchain sdk that query's horizon, build, signs and submits transactions to the stellar network.
3-
version: 1.1.5
3+
version: 1.1.6
44
homepage: https://github.com/Soneso/stellar_flutter_sdk
55

66
environment:

0 commit comments

Comments
 (0)