Skip to content

Commit

Permalink
Merge pull request #169 from WeBankFinTech/release/1.6.2
Browse files Browse the repository at this point in the history
Merge changes in WeIdentity Java SDK 1.6.2-SNAPSHOT
  • Loading branch information
chaoxinhu committed Apr 15, 2020
2 parents 7665e44 + d70e26c commit cc4d3fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### V1.6.2
- Bugfixes:
1. Fix a DB Connection Pool initialization issue.

### V1.6.1 (2020-04-12)
- Features:
1. QRCode transportation supports AMOP channel.
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.6.1"
version = "1.6.2-SNAPSHOT"

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

0 comments on commit cc4d3fb

Please sign in to comment.