From 0acfc52d80f0d20d5f1b2527424f665f8834df8b Mon Sep 17 00:00:00 2001 From: Kyle Van Berendonck Date: Mon, 28 Mar 2022 11:59:06 +1100 Subject: [PATCH] [#59]: Release candidate 0.16.0 --- CHANGELOG.md | 1 + github-webhooks.cabal | 2 +- package.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e03bc6e..4c783a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * The target repository field was made optional for `PullRequestTarget` (by Robert Hensing, resolves #51) * Support for marketplace purchase event (by Alistair Burrowes, resolves #46) * The maintaining sponsor [onrock.online](https://onrock.online) has rebranded to [Cuedo Control Engineering](https://cuedo.com.au) +* The CI pipeline was migrated to GitHub Actions, and tests for extra platforms were added. # 0.15.0 diff --git a/github-webhooks.cabal b/github-webhooks.cabal index e7d5898..3f0c938 100644 --- a/github-webhooks.cabal +++ b/github-webhooks.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: github-webhooks -version: 0.15.0 +version: 0.16.0 synopsis: Aeson instances for GitHub Webhook payloads. description: Complete instances for decoding GitHub Webhook payloads (using @aeson@). See the README at for examples. Sponsored by . category: GitHub diff --git a/package.yaml b/package.yaml index b5bc232..3ea980a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: github-webhooks -version: 0.15.0 +version: 0.16.0 category: GitHub license: MIT