Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions libs/gl-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Added message type 28 (`hsmd_check_pubkey`) to the list of sticky signer request.
- Updated gl-client dependency to support CLN v25.12 signer.

[0.3.1]: https://github.com/Blockstream/greenlight/releases/tag/gl-plugin-v0.3.1

2 changes: 1 addition & 1 deletion libs/gl-sdk/glsdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

from .glsdk import * # noqa: F401, F403

__version__ = "0.1.0"
__version__ = "0.2.0"
Loading
Loading