We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d7b4a commit 2568296Copy full SHA for 2568296
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## Changes for 0.27
2
+
3
+- Add vector of SimpleTeam in "requested_teams" field of PullRequest
4
+ [#453](https://github.com/phadej/github/pull/453)
5
+- Add endpoint to create gist
6
+ [#455](https://github.com/phadej/github/pull/455)
7
+- Update RepoWebhookEvent
8
+ [#461](https://github.com/phadej/github/pull/461)
9
+- PullRequest Reviews may not have submitted_at field
10
+ [#450](https://github.com/phadej/github/pull/450)
11
12
## Changes for 0.26
13
14
- Generalize PagedQuery to allow its reuse by preview github APIs
github.cabal
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: github
-version: 0.26
+version: 0.27
synopsis: Access to the GitHub API, v3.
category: Network
description:
0 commit comments