From aade239b170aab0f68d408907e644d3ccf9f4389 Mon Sep 17 00:00:00 2001 From: Ming Yang Date: Mon, 13 Jan 2025 09:54:47 +0800 Subject: [PATCH] update release info --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98eee2e..3c1d30b 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.96] (2025-01-13) +[v0.96]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.95...v0.96 +### Changed +- Add field `message` in the response of `getApprovalDetails` API for the MPC Wallet. https://github.com/CoboGlobal/cobo-java-api/pull/172 + ## [v0.95] (2024-10-30) [v0.95]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.94...v0.95 ### Changed diff --git a/README.md b/README.md index c3cf20a..cbe59ca 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ gradle: ``` dependencies { - implementation 'com.github.CoboGlobal:cobo-java-api:v0.95' + implementation 'com.github.CoboGlobal:cobo-java-api:v0.96' } ``` @@ -63,7 +63,7 @@ maven: com.github.CoboGlobal cobo-java-api - v0.95 + v0.96 ```