Skip to content

Commit

Permalink
Merge pull request #368 from nervosnetwork/rc/v0.37.1
Browse files Browse the repository at this point in the history
Rc/v0.37.1
  • Loading branch information
duanyytop authored Nov 10, 2020
2 parents 61eef05 + 3e6d3cb commit 0b3adad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [v0.37.1](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.37.0...v0.37.1) (2020-11-10)

### Feature

* Lock bouncycastle version to 1.65 ([79b870d](https://github.com/nervosnetwork/ckb-sdk-java/commit/79b870db9a27dc76c868e02546726658cbddb662))

# [v0.37.0](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.36.1...v0.37.0) (2020-10-29)

### Feature
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {

ext.bouncycastleVersion = '1.66'
ext.bouncycastleVersion = '1.65'
ext.rxjavaVersion = '2.2.20'
ext.gsonVersion = '2.8.6'
ext.okhttpVersion = '4.9.0'
Expand Down Expand Up @@ -43,7 +43,7 @@ allprojects {
targetCompatibility = 1.8

group 'org.nervos.ckb'
version '0.37.0'
version '0.37.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.37.0'
version '0.37.1'
from components.java
}
}
Expand Down

0 comments on commit 0b3adad

Please sign in to comment.