Skip to content

Commit 78e136d

Browse files
committed
Changelog for 0.30
1 parent affa80f commit 78e136d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
## Changes for 0.29.1
1+
## Changes for 0.30
22

3+
_2025-05-09, Andreas Abel, Peace edition_
4+
5+
- Organization membership endpoint (Domen Kožar, PR [#487](https://github.com/haskell-github/github/pull/487)).
6+
- Allow JWT as an authentication method (Tom Sydney Kerckhove, PR [#497](https://github.com/haskell-github/github/pull/497)).
7+
- Support pagination (Tom McLaughlin, PR [#503](https://github.com/haskell-github/github/pull/503)).
8+
- Initial subset of Reactions endpoints (Dan Rijks, PR [#509](https://github.com/haskell-github/github/pull/509)).
9+
- Fix `getNotifications` (maralorn, PR [#511](https://github.com/haskell-github/github/pull/511)).
10+
- Add missing `name` field to `WorkflowJobs` `Job` type (Hugh Davidson, PR [#518](https://github.com/haskell-github/github/pull/518)).
11+
- Add `StateReasonDuplicate` to `IssueStateReason` (PR [#523](https://github.com/haskell-github/github/pull/523)).
312
- Drop support for GHC 8.0 and below.
413
- Drop dependency `time-compat`.
514

6-
Tested with GHC 8.2 - 9.10.1.
15+
Tested with GHC 8.2 - 9.12.2.
16+
717

818
## Changes for 0.29
919

0 commit comments

Comments
 (0)