Skip to content

Commit

Permalink
Merge pull request #91 from LNOpenMetrics/dev
Browse files Browse the repository at this point in the history
add changelog generator and Changelog.md file
  • Loading branch information
vincenzopalazzo committed Apr 2, 2022
2 parents d2c5a28 + d29df3e commit abd89f2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# v0.0.5-rc1

## Added
- add rpc method `lnmetrics-force-update` ([commit](https://github.com/LNOpenMetrics/go-lnmetrics.reporter/commit/91499c4a7d8a4f12d5e6228e068724df42b41071)). @vincenzopalazzo 02-04-2022
- adding new rpc command `lnmetrics-cache` ([commit](https://github.com/LNOpenMetrics/go-lnmetrics.reporter/commit/27aac0f41f73b27fde4e2dceb2e04091302fa214)). @vincenzopalazzo 01-04-2022

## Fixed
- introduce the cache system to speed up the plugin with big node ([commit](https://github.com/LNOpenMetrics/go-lnmetrics.reporter/commit/d99abce1f3741207399b06922f9ab0f9fde5a767)). @vincenzopalazzo 01-04-2022
16 changes: 16 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"package_name": "go-lnmetrics.reporter",
"version": "v0.0.5-rc1",
"api": {
"name": "github",
"repository": "LNOpenMetrics/go-lnmetrics.reporter",
"branch": "main"
},
"generation_method": {
"name": "metadata",
"header_filter": false
},
"serialization_method": {
"name": "md"
}
}

0 comments on commit abd89f2

Please sign in to comment.