Skip to content

Commit 7f4c802

Browse files
committed
Add changelog entry for 0.22
1 parent ae57e5f commit 7f4c802

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
## Changes for next
22

3+
## Changes for 0.22
4+
5+
[#370](https://github.com/phadej/github/pull/370)
6+
- Type-class for various auth methods
7+
[#365](https://github.com/phadej/github/pull/365)
8+
- Throw on non-200 responses
9+
[#350](https://github.com/phadej/github/pull/350)
10+
- Add extension point for (preview) media types
11+
- Add missing webhook event types
12+
[#359](https://github.com/phadej/github/pull/359)
13+
- Update dependencies
14+
[#364](https://github.com/phadej/github/pull/364)
15+
[#368](https://github.com/phadej/github/pull/368)
16+
[#369](https://github.com/phadej/github/pull/369)
17+
- Documentation improvements
18+
[#357](https://github.com/phadej/github/pull/357)
19+
320
## Changes for 0.21
421

522
- Refactor `Request` type.

github.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: github
3-
version: 0.21
3+
version: 0.22
44
synopsis: Access to the GitHub API, v3.
55
category: Network
66
description:

0 commit comments

Comments
 (0)