diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cdb999..9d45359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# v0.16.1 +- Replace go-bip32 library for key derivation + # v0.16.0 - Add `LightsparkClient.CreateInvoiceWithPaymentHash` - Add util functions for preimage generation diff --git a/README.md b/README.md index f06b572..1bcd2b1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Lightspark Go SDK - v0.16.0 +# Lightspark Go SDK - v0.16.1 The Lightspark Go SDK provides a convenient way to interact with the Lightspark services from applications written in the Go. -**_WARNING: This SDK is in version 0.15.1 (active development). It means that its APIs may not be fully stable. Please +**_WARNING: This SDK is in version 0.16.1 (active development). It means that its APIs may not be fully stable. Please expect that changes to the APIs may happen until we move to v1.0.0._** ## Documentation