Skip to content

Commit

Permalink
Merge pull request #105 from WeBankFinTech/release/v1.1.2
Browse files Browse the repository at this point in the history
Merge v1.1.2 back to develop
  • Loading branch information
junqizhang-dev committed May 22, 2019
2 parents 7408c3b + 073ed33 commit 3bf1bc2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
29 changes: 19 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
v1.1.1 (2019-03-29)
### v1.1.2 (2019-05-22)

- Features:
1. ResponseData now contains blockchain transaction information

- Bugfixes:
1. CreateEvidence should use input DID instead of default private key for authentication
2. WeIdentity Contract dependency now targets to specific instead of latest versions

### v1.1.1 (2019-03-29)

- Features:
1. Add adaption of new changes in RestAPI service.
Expand All @@ -13,15 +22,15 @@ v1.1.1 (2019-03-29)

### v1.1.0 (2019-01-31)

Features:
1.The first version implementation of selective disclosure.
2.The first version implementation of evidence.
3.Download weidentity-contract.jar from maven instead of local.
4.Use JSON string as parameter in class cptServiceImpl and credentialServiceImpl instead of plain string.

Documents modifications:
1.Move SDK document from WeIdentity project to this project.
2.Use embedded mermaidjs plugin to render sequences diagram instead of PNG files.
- Features:
1. The first version implementation of selective disclosure.
2. The first version implementation of evidence.
3. Download weidentity-contract.jar from maven instead of local.
4. Use JSON string as parameter in class cptServiceImpl and credentialServiceImpl instead of plain string.

- Documents modifications:
1. Move SDK document from WeIdentity project to this project.
2. Use embedded mermaidjs plugin to render sequences diagram instead of PNG files.

### v1.0.3 (2018-12-20)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'checkstyle'
apply plugin: "com.github.spotbugs"
apply plugin: 'jacoco'

version = "1.1.1"
version = "1.1.2"

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

0 comments on commit 3bf1bc2

Please sign in to comment.