Skip to content

Commit

Permalink
Bump to 0.8.1 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu authored Jan 16, 2024
2 parents f23bf3e + 7b1697f commit c27a940
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# 0.8.1
- Add 'NodeId' field to remote sigining requests.

# 0.8.0
- Add 'OutgoingPaymentsForInvoice' query to the client.
- Add 'WithdrawalFeeEstimate' query to the client.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Lightspark Go SDK - v0.8.0
# Lightspark Go SDK - v0.8.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.8.0 (active development). It means that its APIs may not be fully stable. Please
**_WARNING: This SDK is in version 0.8.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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package lightspark

const VERSION = "0.8.0"
const VERSION = "0.8.1"

0 comments on commit c27a940

Please sign in to comment.