Skip to content

Commit

Permalink
* WeIdentity v1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhaozx committed Feb 23, 2020
1 parent 87eff37 commit 107f18a
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 107f18a

Please sign in to comment.