Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<doc>(project): update 1.4.0 changelog. #155

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v1.4.0

(2024-03-01)

**新增**

- stub增加获取区块的接口,增加跨链获取区块的功能 https://github.com/WeBankBlockchain/WeCross-Fabric1-Stub/pull/150
- 新增获取区块时返回交易详细信息的功能 https://github.com/WeBankBlockchain/WeCross-Fabric1-Stub/pull/151
- 获取的交易增加时间戳字段 https://github.com/WeBankBlockchain/WeCross-Fabric1-Stub/pull/149

**更改**

- 更新版本依赖,修复安全问题 https://github.com/WeBankBlockchain/WeCross-Fabric1-Stub/pull/152 https://github.com/WeBankBlockchain/WeCross-Fabric1-Stub/pull/153

### v1.3.0

(2023-03-15)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {

// WeCross

implementation ('com.webank:wecross-java-stub:1.4.0-SNAPSHOT') {
implementation ('com.webank:wecross-java-stub:1.4.0') {
exclude group: 'org.fisco-bcos', module: 'tcnative'
}
configurations.compile.exclude(group: 'ch.qos.logback')
Expand Down
Loading