------ * Add `provider` to Account model * Add `reply_to` to Message model * Add `Event.rsvp()` method
4.8.1
------ * Bugfix: `/token-info` endpoint
4.8.0
------ * Add support for `/token-info` endpoint, which allows you to query the available scopes and validity of a given access token for an account. * Add message.from_ alias * Bugfix: contact.email_addresses renamed to contact.emails
4.7.0
------ * Add support for `/ip_addresses` endpoint.
4.6.0
------ * You can now pass a list of `scopes` when calling `APIClient.authentication_url()` in order to enable [selective sync](https://docs.nylas.com/docs/how-to-use-selective-sync). Previously, we only set `scope=email` by default; now, the default is to use all scopes. * Add X-Nylas-Client-Id header for HTTP requests