Skip to content

Release v6.0.0-beta.2

Compare
Choose a tag to compare
@Toshik1978 Toshik1978 released this 21 Jan 16:26
cd70db9

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