diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c783a0..10b6398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.17.0 + +* The sender of a push event was made optional for `PushEvent` (resolves #61) + # 0.16.0 * The invitation and membership fields were made optional for `OrganizationEvent` (resolves #37) diff --git a/github-webhooks.cabal b/github-webhooks.cabal index 3fb539b..82d30a0 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.16.0 +version: 0.17.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 3ea980a..d78c84e 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: github-webhooks -version: 0.16.0 +version: 0.17.0 category: GitHub license: MIT