Skip to content

v4.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:38
1db6c8b

Homebrew: reverted to a formula

4.0.0 briefly shipped jwtd as a Homebrew cask. macOS Gatekeeper blocks casks whose binaries are not notarized, so jwtd failed to start with "could not be verified", and casks do not work on Linux at all. 4.0.x now ships as a formula again, which fixes both.

If you installed 4.0.0 via the cask, switch back once:

brew uninstall --cask jwtd
brew update
brew install webcodr/tap/jwtd

brew install webcodr/tap/jwtd works on both macOS and Linux again.

What's Changed

  • docs: clear RELEASE_NOTES.md after 4.0.0 by @bsg62 in #6
  • revert: publish Homebrew as a formula instead of a cask by @bsg62 in #7

Full Changelog: v4.0.0...v4.0.1