What's Changed
* Changed the interface for PaginatedResponse objects slightly to simplify access to the data.
If you previously were using `response.data['data'][1]...` then you'll likely get KeyErrors after updating to 1.0.0.
Instead you can now just do `response[1]....`
* Implement servers.update_server_startup by ens-gijs in https://github.com/iamkubi/pydactyl/pull/41
New Contributors
* ens-gijs made their first contribution in https://github.com/iamkubi/pydactyl/pull/41
**Full Changelog**: https://github.com/iamkubi/pydactyl/compare/v0.1.16...v1.0.0