Skip to content

Commit

Permalink
Merge pull request #58 from WeBankFinTech/release/1.1.1
Browse files Browse the repository at this point in the history
Merge back to develop
  • Loading branch information
junqizhang-dev committed Apr 3, 2019
2 parents 5d636f6 + fe6a4ab commit 588616d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v1.1.1 (2019-03-29)

- Features:
1. Add adaption of new changes in RestAPI service.
2. Modify @context field and add Credential Serilization interface
3. Add Evidence support in Build-tools
4. Add fundamental support of storage connectivity layer

- Bugfixes:
1. Fixed the query error in Multithread Synchronized Block Output
2. Fixed numerous image and URL errors in SDK documentation.
3. Multiple Code Quality improvements

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

Features:
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.0"
version = "1.1.1"

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

0 comments on commit 588616d

Please sign in to comment.