From 249c1a27f32bd4d6a7d9deb4d65081a6bc97a568 Mon Sep 17 00:00:00 2001 From: shreyav Date: Wed, 7 May 2025 16:50:57 -0700 Subject: [PATCH] Bump version to v0.16.1 --- CHANGELOG.md | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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