Point release fixing two crashes on newer CLN, both surfacing as
"Unhandled exception in concurrent task! Incorrect type." (issue #321):
- channel_state_changed notifications for brand-new channels no longer
carry old_state (CLN v25.05 deprecation, absent as of v26.06); the
handler now tolerates the missing field. - newaddr no longer returns bech32 by default on newer CLN; clboss now
requests p2tr explicitly. Previously the first swap attempt failed
and silently disabled clboss-initiated swaps until restart.
See CHANGELOG.md for details.