diff --git a/CHANGELOG.md b/CHANGELOG.md index bff7fdf..b80a264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.0.4 + +## Fixed +- send raw transaction cln response ([commit](https://github.com/clightning4j/btcli4j/commit/7e39245cf4c1b0c623a361550dffb2d3a76e0e69)). @vincenzopalazzo 16-11-2022 +- use 6 block of estimation fee ([commit](https://github.com/clightning4j/btcli4j/commit/d2bca9236b17db03003c1d6fbc50798d47db5825)). @vincenzopalazzo 16-11-2022 +- if a error is throws from bitcoind return the error to cln ([commit](https://github.com/clightning4j/btcli4j/commit/7ab269a2407e0d721d0fce2d66db29d9cb122454)). @vincenzopalazzo 16-11-2022 +- Update gitignore. ([commit](https://github.com/clightning4j/btcli4j/commit/d281e041159ce500dbec237c3b5d26c5d72526d9)). @swaptr 28-05-2022 + + # v0.0.3 ## Fixed diff --git a/changelog.json b/changelog.json index 8985ee1..e80024f 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,6 @@ { "package_name": "btcli4j", - "version": "v0.0.3", + "version": "v0.0.4", "api": { "name": "github", "repository": "clightning4j/btcli4j",