Release v6.0.0-beta.2
BREAKING CHANGES
- Now webhooks is go modules compatible, you should use
go get -u github.com/go-playground/webhooks/v6
- Changing duration types from int64 to float64, thanks @shaheed121 for the PR
- Add handling for job hooks with build payloads, thanks @zrochler for the PR