Skip to content

Commit

Permalink
Merge pull request #165 from WeBankFinTech/release/1.6.1
Browse files Browse the repository at this point in the history
Merge back to develop
  • Loading branch information
junqizhang-dev committed Apr 12, 2020
2 parents e376591 + 3ae5ac8 commit 89a5cff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### V1.6.1 (2020-04-12)
- Features:
1. QRCode transportation supports AMOP channel.
2. Evidence supports offline, delayed and timed/cron-job manner blockchain transactions.
3. Evidence supports batch creation transactions.
4. Visualized build-tools now supports batch evidence transactions display and management.

- Bugfixes:
1. Fix a data inconsistency issue when using AMOP channel in multi-active scenarios.

### V1.6.0 (2020-03-24)
- Features:
1. Endpoint service now supports reentrance and whitelist for remote servers.
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.0"
version = "1.6.1"

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

0 comments on commit 89a5cff

Please sign in to comment.