diff --git a/CHANGELOG.md b/CHANGELOG.md index ba07f33..1e28834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 04aa5db..57f4c4e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ gradle: ``` dependencies { - implementation 'com.github.CoboGlobal:cobo-java-api:v0.93' + implementation 'com.github.CoboGlobal:cobo-java-api:v0.94' } ``` @@ -63,7 +63,7 @@ maven: com.github.CoboGlobal cobo-java-api - v0.93 + v0.94 ```