Starting from version 0.10.0, we specify the rest api version `2022-11-28` in request headers and all rest api models are generated from versioned schema. Multi-version support will be done in future.
What's Changed
* Feature: Add support for REST-API-VERSION based on the used schema by netomi in https://github.com/yanyongyu/githubkit/pull/24
* Fix: Remove `UNSET` objects from lists by dosisod in https://github.com/yanyongyu/githubkit/pull/26
New Contributors
* netomi made their first contribution in https://github.com/yanyongyu/githubkit/pull/24
**Full Changelog**: https://github.com/yanyongyu/githubkit/compare/v0.9.8...v0.10.0