Skip to content

Commit

Permalink
Merge pull request #101 from cryptape/rc/v0.22
Browse files Browse the repository at this point in the history
Rc/v0.22
  • Loading branch information
duanyytop authored Mar 28, 2019
2 parents b3b243c + 730ae61 commit 95233e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
All notable changes to this project will be documented in this file.

# [v0.22](https://github.com/cryptape/cita-sdk-java/compare/v0.21...v0.22) (2019-03-28)

### BREAKING CHANGES

* Adapt to CITA v0.22

# [v0.21](https://github.com/cryptape/cita-sdk-java/compare/v0.20.3...v0.21) (2019-02-18)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allprojects {
targetCompatibility = 1.8

group 'com.cryptape.cita'
version '0.21'
version '0.22'

apply plugin: 'java'
apply plugin: 'jacoco'
Expand Down Expand Up @@ -142,7 +142,7 @@ configure(subprojects.findAll {it.name != 'integration-tests'}) {
publications {
mavenJava(MavenPublication) {
groupId 'com.cryptape.cita'
version '0.21'
version '0.22'
from components.java

artifact sourcesJar {
Expand Down

0 comments on commit 95233e4

Please sign in to comment.