Skip to content

v0.3.3

Compare
Choose a tag to compare
@pm47 pm47 released this 19 Aug 15:14
· 21 commits to master since this release
4e805ad

What's Changed

  • Catch webhook exceptions by @pm47 in #94
  • Add an alternative authentication method for websocket by @pm47 in #95
  • Add payerNote + payerKey to incoming payment event by @pm47 in #96

Full Changelog: v0.3.2...v0.3.3

Verifying signatures

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

To import our signing key:

$ gpg --import drouinf.asc

To verify the release file checksums and signatures:

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