Skip to content

Commit

Permalink
upstream updates, add logging and multi option, ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Sep 26, 2024
1 parent ccebaff commit 21302df
Show file tree
Hide file tree
Showing 10 changed files with 333 additions and 334 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: latest release on CLN v23.11.2
name: latest release on CLN v24.08.1

on:
release:
Expand All @@ -9,6 +9,6 @@ jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v23.11.2"
pyln-version: "24.05"
cln-version: "v24.08.1"
pyln-version: "24.08"
tagged-release: true
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main on CLN v23.11.2
name: main on CLN v24.08.1

on:
push:
Expand All @@ -19,6 +19,6 @@ jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v23.11.2"
pyln-version: "24.05"
cln-version: "v24.08.1"
pyln-version: "24.08"
tagged-release: false
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.0] 2024-09-26

### Added
- log rune id, method and params when access was granted

### Changed
- ``clnrest-cors-origins`` is now a multi option, meaning you have to specify it multiple times if you have multiple values, you must no longer feed it multiple values in a single string. This change was missing to be a drop-in replacement with clnrest.py

## [0.1.2] 2024-07-31

### Changed
Expand Down
Loading

0 comments on commit 21302df

Please sign in to comment.