diff --git a/CHANGELOG.md b/CHANGELOG.md index feb3750..8128bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.3.6] - 30.Sep.2022. +- update sep-005 - add support for malay language +- update sep-001 - add new fields + ## [1.3.5] - 02.Aug.2022. - extend txrep to support protocol 19 diff --git a/README.md b/README.md index 7b605fe..2a53b7b 100644 --- a/README.md +++ b/README.md @@ -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.3.5 + stellar_flutter_sdk: ^1.3.6 ``` 2. Install it (command line or IDE): ``` diff --git a/lib/src/stellar_sdk.dart b/lib/src/stellar_sdk.dart index fe19dca..f81d479 100644 --- a/lib/src/stellar_sdk.dart +++ b/lib/src/stellar_sdk.dart @@ -29,7 +29,7 @@ import 'requests/liquidity_pools_request_builder.dart'; /// Main class of the flutter stellar sdk. class StellarSDK { - static const versionNumber = "1.3.5"; + static const versionNumber = "1.3.6"; static final StellarSDK PUBLIC = StellarSDK("https://horizon.stellar.org"); static final StellarSDK TESTNET = diff --git a/pubspec.yaml b/pubspec.yaml index 21e9ec6..0d78c8f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.3.5 +version: 1.3.6 homepage: https://github.com/Soneso/stellar_flutter_sdk environment: