Skip to content

Commit

Permalink
release(tag): v0.43.3-beta.4 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengjianhui authored Oct 12, 2021
1 parent 253855e commit 8f9cc1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [v0.43.3-beta.3](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.43.3-beta.2...v0.43.3-beta.3) (2021-09-28)
# [v0.43.3-beta.4](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.43.3-beta.3...v0.43.3-beta.4) (2021-10-13)

### Bugfix

* Fix a serialization error
in `ExtraFilter` ([#464](https://github.com/nervosnetwork/ckb-sdk-java/pull/464))
in `GetTransactionInfoResponse` ([#474](https://github.com/nervosnetwork/ckb-sdk-java/pull/474))

# [v0.43.3-beta.2](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.43.3-beta.1...v0.43.3-beta.2) (2021-09-27)

Expand Down Expand Up @@ -42,7 +42,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### Breaking Changes

*

Adjusting `build_smart_transfer_transaction` ([4f2683d](https://github.com/nervosnetwork/ckb-sdk-java/commit/4f2683df83f98a685192cf988566803619f741b7))

* Adjusting `query_transactions`
interface ([9d15fed](https://github.com/nervosnetwork/ckb-sdk-java/commit/9d15fed6e1cf89ce522054014b9ee60b54117ccf))
* Adjusting `build_transfer_transaction`
Expand Down
4 changes: 2 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [v0.43.3-beta.2](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.43.3-beta.2...v0.43.3-beta.3) (2021-09-28)
# [v0.43.3-beta.4](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.43.3-beta.3...v0.43.3-beta.4) (2021-10-13)

### Bugfix

* Fix a serialization error
in `ExtraFilter` ([#464](https://github.com/nervosnetwork/ckb-sdk-java/pull/464))
in `GetTransactionInfoResponse` ([#474](https://github.com/nervosnetwork/ckb-sdk-java/pull/474))
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ allprojects {
targetCompatibility = 1.8

group 'org.nervos.ckb'
version '0.43.3-beta.3'
version '0.43.3-beta.4'
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.43.3-beta.3'
version '0.43.3-beta.4'
from components.java
}
}
Expand Down

0 comments on commit 8f9cc1a

Please sign in to comment.