Skip to content

Commit

Permalink
update c-sdk/jni version to 3.4.0 && add change log (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLi1024 authored Jun 12, 2023
1 parent 08affc3 commit eb5eb3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ HunterGate(
)

# project name
project(bcos-c-sdk VERSION "3.3.0")
project(bcos-c-sdk VERSION "3.4.0")

# Debug, Release, RelWithDebInfo, MinSizeRel
if(NOT CMAKE_BUILD_TYPE)
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 3.4.0

(2023-06-12)

#### bcos-sdk-jni

**更新**
- 去掉日志中对证书信息的打印

**修复**
- 修复rpc模块的jvm没有detach线程,导致java-sdk析构失败的问题

### 3.3.0

(2023-04-18)
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/jni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

archivesBaseName = 'bcos-sdk-jni'
group = 'org.fisco-bcos'
version = '3.4.0-SNAPSHOT'
version = '3.4.0'

// Additional attribute definition
ext {
Expand Down

0 comments on commit eb5eb3c

Please sign in to comment.