Skip to content

Commit

Permalink
Merge pull request #118 from WeBankFinTech/master
Browse files Browse the repository at this point in the history
Merge back to develop (v1.5.1 release)
  • Loading branch information
chaoxinhu committed Jan 22, 2020
2 parents 534b785 + f24e41a commit 2d865cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### V1.5.1 (2020-01-22)
- Features:
1. Queried CPT can be cached to local machine (require MySQL setup).
2. New interface generateHash(), accepting File, Credential and String as hashable input.

- Bugfixes:
1. Multiple miscellaneous bugfixes and development experience enhancements.

### V1.5.0 (2019-12-30)
- Features:
1. CredentialPojo support Zero-Knowledge-Proof based disclosure.
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.0"
version = "1.5.1"

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

0 comments on commit 2d865cf

Please sign in to comment.