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 0.2.5
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 10467de437ae2d22d05a991d2728ff30eaa12a29
  • Loading branch information
kikengineering committed Dec 8, 2020
1 parent 982915f commit aef91c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## [v0.2.5](https://github.com/kinecosystem/agora/releases/tag/v0.2.5)
- Rename 'WithSenderResolution' to 'WithAccountResolution'
- Add account resolution support to `Client.GetBalance`

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

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.4"
SDKVersion = "0.2.5"
userAgentHeader = "kin-user-agent"
kinVersionHeader = "kin-version"
desiredKinVersionHeader = "desired-kin-version"
Expand Down

0 comments on commit aef91c6

Please sign in to comment.