diff --git a/CHANGELOG.md b/CHANGELOG.md index efdce2feab80..2226f7338db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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.