## Merging to `main` Checklist

- [ ] Changes are PHP 5.3 compatible
- [ ] Changes are WordPress 5.2 compatible
- [ ] Updates comply with the [WordPress Plugin Guidelines](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/)
- [ ] Version number has been bumped [in Client.php](https://github.com/trustedlogin/client/blob/main/src/Client.php#L39)
- [ ] `CHANGELOG.md` has been updated
- [ ] `@since TODO` in docblocks have been updated
- [ ] [Docs](https://trustedlogin.github.io/docs/) have been updated with any changes
- [ ] [Tag the release](https://github.com/trustedlogin/client/releases/new)
