Skip to content

Commit

Permalink
Merge pull request #132 from WeBankFinTech/release/1.5.2
Browse files Browse the repository at this point in the history
Merge release/v1.5.2 back to develop
  • Loading branch information
chenhaozx committed Feb 24, 2020
2 parents 6b0e9a9 + ada45bf commit d74056b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### V1.5.2 (2020-02-24)
- Features:
1. PDF Transportation now forbids content tampering during transportation.
2. Evidence now returns evidence hash instead of address (see API doc for details).
3. Evidence creation and query efficiency is greatly improved.


### V1.5.1 (2020-01-22)
- Features:
1. Queried CPT can be cached to local machine (require MySQL setup).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (!gradle.startParameter.isOffline()) {

group 'com.webank'

version = "1.5.1"
version = "1.5.2"

// Specify JDK version - may vary in different scenarios
sourceCompatibility = 1.8
Expand Down

0 comments on commit d74056b

Please sign in to comment.