Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Synesso committed Nov 8, 2020
1 parent 5752bac commit ca83609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ As this project is pre 1.0, breaking changes may happen for minor version bumps.

## Next version

## 0.16.0

- [CAP-23 Two-Part Payments](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0023.md)
Introduces two new operations that separate sending a payment from receiving that payment.
- Adds Sponsor details in the account response, account response balances & signers and in the offer response.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the JitPack & jcenter resolvers and the [latest dependency](https://jitpack.
```scala
resolvers += "jitpack" at "https://jitpack.io"
resolvers += Resolver.jcenterRepo
libraryDependencies += "com.github.synesso" %% "scala-stellar-sdk" % "0.15.0"
libraryDependencies += "com.github.synesso" %% "scala-stellar-sdk" % "0.16.0"
```

From there, it is a simple affair to create and fund a new account on the test network.
Expand Down

0 comments on commit ca83609

Please sign in to comment.