- Add support for Link Token get endpoint ([243](https://github.com/plaid/plaid-python/pull/243)) - `/link/token/get`
6.0.0
BREAKING CHANGES:
- Add BACS as a parameter to `/recipient/create` ([234](https://github.com/plaid/plaid-python/pull/234))
5.0.0
BREAKING CHANGES:
- Add support for link/token/create (230) - Removes the public key as input to `Client`. The public key is no longer needed by the API. (223)
4.1.0
- Add classes for missing error types (`AuthError`, `AssetReportError`)
4.0.0
- Fix use of mutable default param in `institutions.search` - Remove support for deprecated `/item/access_token/update_version` endpoint - Add support for the `/sandbox/item/set_verification_status` endpoint
BREAKING CHANGES:
- Removes `client.Item.update_version`
3.9.0
- Add `client_user_id` field to Item add token endpoint