Skip to content

Commit

Permalink
Merge pull request #169 from yangmingcobo/main
Browse files Browse the repository at this point in the history
update release info
  • Loading branch information
CoboZhu authored Sep 25, 2024
2 parents ea23741 + 113ce98 commit 3e7b991
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v0.94] (2024-09-25)
[v0.94]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.93...v0.94
### Changed
- Add field `walletName` in the response of `getSupportedChains` API for the MPC Wallet. https://github.com/CoboGlobal/cobo-java-api/pull/168

## [v0.93] (2024-09-11)
[v0.93]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.92...v0.93
### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gradle:

```
dependencies {
implementation 'com.github.CoboGlobal:cobo-java-api:v0.93'
implementation 'com.github.CoboGlobal:cobo-java-api:v0.94'
}
```

Expand All @@ -63,7 +63,7 @@ maven:
<dependency>
<groupId>com.github.CoboGlobal</groupId>
<artifactId>cobo-java-api</artifactId>
<version>v0.93</version>
<version>v0.94</version>
</dependency>
```

Expand Down

0 comments on commit 3e7b991

Please sign in to comment.