Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
client: bump version to v0.2.4
Browse files Browse the repository at this point in the history
GitOrigin-RevId: f9f2be1e50b0ecfc6c56b402583cb671aa5e52be
  • Loading branch information
kikengineering committed Nov 26, 2020
1 parent 5054393 commit 222f45b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## [v0.2.4](https://github.com/kinecosystem/agora/releases/tag/v0.2.4)
- Create new accounts with different token account address

## [v0.2.3](https://github.com/kinecosystem/agora/releases/tag/v0.2.3)
- Add Kin 4 support
- Rename `TxHash` to `TxID` in `Client.GetTransaction`, `TransactionData`, and `EarnResult`
Expand Down
2 changes: 1 addition & 1 deletion client/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

const (
SDKVersion = "0.2.3"
SDKVersion = "0.2.4"
userAgentHeader = "kin-user-agent"
kinVersionHeader = "kin-version"
desiredKinVersionHeader = "desired-kin-version"
Expand Down

0 comments on commit 222f45b

Please sign in to comment.