From 2a9801d225e56368115361ae41cd81179e770eec Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Wed, 16 Nov 2022 13:01:28 +0100 Subject: [PATCH] docs: tags the 0.0.3 Signed-off-by: Vincenzo Palazzo --- CHANGELOG.md | 5 +++++ changelog.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bff7fdf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# v0.0.3 + +## Fixed +- 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 diff --git a/changelog.json b/changelog.json index cb89a13..8985ee1 100644 --- a/changelog.json +++ b/changelog.json @@ -7,10 +7,10 @@ "branch": "master" }, "generation_method": { - "name": "metadata", + "name": "semver-v2", "header_filter": false }, "serialization_method": { "name": "md" } -} \ No newline at end of file +}