Skip to content

Commit 5db7c3c

Browse files
authored
[#63]: Release candidate 0.17.0
1 parent d028bba commit 5db7c3c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.17.0
2+
3+
* The sender of a push event was made optional for `PushEvent` (resolves #61)
4+
15
# 0.16.0
26

37
* The invitation and membership fields were made optional for `OrganizationEvent` (resolves #37)

github-webhooks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: github-webhooks
8-
version: 0.16.0
8+
version: 0.17.0
99
synopsis: Aeson instances for GitHub Webhook payloads.
1010
description: Complete instances for decoding GitHub Webhook payloads (using @aeson@). See the README at <https://github.com/cuedo/github-webhooks#readme> for examples. Sponsored by <https://cuedo.com.au>.
1111
category: GitHub

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: github-webhooks
2-
version: 0.16.0
2+
version: 0.17.0
33

44
category: GitHub
55
license: MIT

0 commit comments

Comments
 (0)