Skip to content

v0.5.1

Choose a tag to compare

@pm47 pm47 released this 21 Mar 13:41
· 45 commits to master since this release
ab9a026

What's Changed

  • Use ubuntu for docker runtime image by @pm47 in #161
  • Add parent_id link for first outgoing payment part by @pm47 in #160
  • Upgrade to Kotlin 2.1.20 by @pm47 in #162

Full Changelog: v0.5.0...v0.5.1

Verifying signatures

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

To import our signing key:

$ gpg --import padioupm.asc

To verify the release file checksums and signatures:

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