Skip to content

Commit

Permalink
Bump SDK version (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu authored Apr 12, 2024
2 parents 85b1a95 + 7d6fec8 commit e7e4920
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

# v0.12.0
- Add `RequestError`, `GraphQLInternalError` and, `GraphQLError` to the client to better differentiate between different types of errors.

# v0.11.1
- Update "lightspark-crypto-go" to v0.2.0 to fix build on some linux versions.

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.11.1
# Lightspark Go SDK - v0.12.0

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.11.1 (active development). It means that its APIs may not be fully stable. Please
**_WARNING: This SDK is in version 0.12.0 (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.11.1"
const VERSION = "0.12.0"

0 comments on commit e7e4920

Please sign in to comment.