Skip to content

Commit

Permalink
* Update CHANGELOG and version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoxinhu committed Dec 10, 2019
1 parent 7f2d165 commit 65e0d6c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### V1.4.2 (2019-12-10)
- Features:
1. Allow WeID owners to remove unused public keys and authentications in WeID Document.
2. Embedded CredentialPojo now supports change disclosure policy of inner CredentialPojo.
3. WeIdentity now supports deployment on different FISCO-BCOS Groups (check docs for details).

- Bugfixes:
1. Fix various issues when serializing Embedded CredentialPojo.
2. Bump jackson, jacoco and jmockit for security concerns.
3. WeIdentity can now work with JDK1.8+ up to openjdk13.
4. Fix broken Document URLs and simplify the document repository structure.

### V1.4.1 (2019-11-01)
- Bugfixes:
1. Fixed multiple potential leaks which might cause NPE.
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.4.1"
version = "1.4.2"

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

0 comments on commit 65e0d6c

Please sign in to comment.