Skip to content

Phoenix v2.5.3

Compare
Choose a tag to compare
@dpad85 dpad85 released this 08 Apr 17:36
· 41 commits to master since this release
f026c24

Changes

This is a bug fix release that corrects UI problems on iOS and improves the handling of some Bolt12 failures.

Full changelog

Verifying signatures

You will need gpg and our release signing key E04E48E72C205463. Note that you can get it:

To import our signing key:

$ gpg --import drouinf2.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped