Skip to content
Merged
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
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [26.06.2] - 2026-06-24: "Qantum-Resistant Lightning Channel III"
## [26.06.2] - 2026-06-24: "Qantum-Resistant Lightning Channel II"

This point release if recommended for all minimal OS setups, including docker images, that have no root certificates for TLS installed.

### Fixed

- cln-currencyrate: include root certificates to fix the `builder error` on OS's without root certificates. ([#9252])
- cln-currencyrate: include root certificates to fix the `builder error` on OS's without root certificates. ([#9255])

[#9252]: https://github.com/ElementsProject/lightning/pull/9252
[#9255]: https://github.com/ElementsProject/lightning/pull/9255
[26.06.2]: https://github.com/ElementsProject/lightning/releases/tag/v26.06.2

## [26.06.1] - 2026-06-05: "Qantum-Resistant Lightning Channel II"
## [26.06.1] - 2026-06-05: "Qantum-Resistant Lightning Channel I"

This point release is recommended: it fixes the bwatch plugin failure at registration

Expand Down Expand Up @@ -126,18 +126,18 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
[#9136]: https://github.com/ElementsProject/lightning/pull/9136
[26.06]: https://github.com/ElementsProject/lightning/releases/tag/v26.06

## [26.04.2] - 2026-06-24: "Negative Routing Fees III"
## [26.04.2] - 2026-06-24: "Negative Routing Fees II"

This point release if recommended for all minimal OS setups, including docker images, that have no root certificates for TLS installed.

### Fixed

- cln-currencyrate: include root certificates to fix the `builder error` on OS's without root certificates. ([9251])
- cln-currencyrate: include root certificates to fix the `builder error` on OS's without root certificates. ([9255])

[#9251]: https://github.com/ElementsProject/lightning/pull/9251
[#9255]: https://github.com/ElementsProject/lightning/pull/9255
[26.04.2]: https://github.com/ElementsProject/lightning/releases/tag/v26.04.2

## [26.04.1] - 2026-04-25: "Negative Routing Fees II"
## [26.04.1] - 2026-04-25: "Negative Routing Fees I"

This point release is recommended: it fixes a build failure in some environments and a gossip protocol issue.

Expand Down
Loading