Skip to content

Commit

Permalink
Bump SDK version (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu authored Feb 22, 2024
2 parents 85be1fd + 5709b2b commit 6b9ad72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.9.1
- Fix a bug for fetching outgoing payments for an invoice.

# 0.9.0
- Remove the deprecated `payment` field from the `CreateTestModePayment` request.
- Remove the unused fragment
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lightspark Go SDK - v0.9.0
# Lightspark Go SDK - v0.9.1

The Lightspark Go SDK provides a convenient way to interact with the Lightspark services from applications written in
the Go.
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.9.0"
const VERSION = "0.9.1"

0 comments on commit 6b9ad72

Please sign in to comment.