Skip to content

Commit

Permalink
Merge pull request #360 from nervosnetwork/rc/v0.36.1
Browse files Browse the repository at this point in the history
Rc/v0.36.1
  • Loading branch information
duanyytop authored Sep 22, 2020
2 parents 383c72f + 4675b26 commit a44ebc3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [v0.36.0](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.35.0...v0.36.0) (2020-09-22)
# [v0.36.1](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.36.0...v0.36.1) (2020-09-22)

### BugFix

* Package ckb-sdk.jar with jdk8


# [v0.36.0](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.35.1...v0.36.0) (2020-09-22)

### Feature

Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ buildscript {
ext.bouncycastleVersion = '1.66'
ext.rxjavaVersion = '2.2.19'
ext.gsonVersion = '2.8.6'
ext.okhttpVersion = '4.8.1'
ext.loggingOkhttpVersion = '4.8.1'
ext.okhttpVersion = '4.9.0'
ext.loggingOkhttpVersion = '4.9.0'
ext.slf4jVersion = '1.7.30'
ext.guavaVersion = '29.0-jre'

ext.junitVersion = '5.6.2'
ext.junitVersion = '5.7.0'

repositories {
jcenter()
Expand Down Expand Up @@ -43,7 +43,7 @@ allprojects {
targetCompatibility = 1.8

group 'org.nervos.ckb'
version '0.36.0'
version '0.36.1'
apply plugin: 'java'

repositories {
Expand Down Expand Up @@ -112,7 +112,7 @@ configure(subprojects.findAll { it.name != 'tests' }) {
publications {
mavenJava(MavenPublication) {
groupId 'org.nervos.ckb'
version '0.36.0'
version '0.36.1'
from components.java
}
}
Expand Down

0 comments on commit a44ebc3

Please sign in to comment.