CHANGELOG.md

 1go-github CHANGELOG
 2===================
 3
 40.6.0
 5-----
 6- Add support for the V4 Gitlab API. This means the older V3 API is no longer fully supported
 7  with this version. If you still need that version, please use the `f-api-v3` branch.
 8
 90.4.0
10-----
11- Add support to use [`sudo`](https://docs.gitlab.com/ce/api/README.html#sudo) for all API calls.
12- Add support for the Notification Settings API.
13- Add support for the Time Tracking API.
14- Make sure that the error response correctly outputs any returned errors.
15- And a reasonable number of smaller enhanchements and bugfixes.
16
170.3.0
18-----
19- Moved the tags related API calls to their own service, following the Gitlab API structure.
20
210.2.0
22-----
23- Convert all Option structs to use pointers for their fields.
24
250.1.0
26-----
27- Initial release.