Skip to content

Commit

Permalink
prepare for release 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed Aug 19, 2024
1 parent b48deec commit eb7f708
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.8.6] - 19.Aug.2024.
- SEP-06: allow extra fields in deposit and withdraw request
- SEP-06: add userActionRequired by field in transaction response
- SEP-12: null safety improvements
- SEP-24: add userActionRequired by field in transaction response

## [1.8.5] - 09.Aug.2024.
- Update for Horizon API historical data changes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Soneso open source Stellar SDK for Flutter is build with Dart and provides A
1. Add the dependency to your pubspec.yaml file:
```
dependencies:
stellar_flutter_sdk: ^1.8.5
stellar_flutter_sdk: ^1.8.6
```
2. Install it (command line or IDE):
```
Expand Down
2 changes: 1 addition & 1 deletion lib/src/stellar_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import 'requests/liquidity_pools_request_builder.dart';

/// Main class of the flutter stellar sdk.
class StellarSDK {
static const versionNumber = "1.8.5";
static const versionNumber = "1.8.6";

static final StellarSDK PUBLIC = StellarSDK("https://horizon.stellar.org");
static final StellarSDK TESTNET =
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stellar_flutter_sdk
description: A stellar blockchain sdk that query's horizon, build, signs and submits transactions to the stellar network.
version: 1.8.5
version: 1.8.6
homepage: https://github.com/Soneso/stellar_flutter_sdk

environment:
Expand Down

0 comments on commit eb7f708

Please sign in to comment.