Skip to content

Commit

Permalink
meta: generate changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Aug 24, 2023
1 parent 26c730e commit d8d4d28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.3.0-beta.8

## Fixed
- update msat on Pay response ([commit](https://github.com/laanwj/cln4rust/commit/26c730e9c81f3983d52982cc18c616ea53550762)). @lvaccaro 24-08-2023


# v0.3.0-beta.7

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clightningrpc"
version = "0.3.0-beta.6"
version = "0.3.0-beta.8"
authors = ["Wladimir J. van der Laan <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/laanwj/rust-clightning-rpc"
Expand Down
4 changes: 2 additions & 2 deletions rpc/changelog.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"package_name": "rpc",
"version": "v0.3.0-beta.7",
"version": "v0.3.0-beta.8",
"api": {
"name": "github",
"repository": "laanwj/rust-clightning-rpc",
"branch": "macros/expose-errors"
"branch": "master"
},
"generation_method": {
"name": "semver-v2",
Expand Down

0 comments on commit d8d4d28

Please sign in to comment.