- Add support for new Investments product ([169](https://github.com/plaid/plaid-python/pull/169)) - `/investments/transactions/get` - `/investments/holdings/get`
3.2.0
- Add support for [version `2019-05-29`](https://plaid.com/docs/api-upgrades/) of the Plaid API
- Fix flag name for retrieving institution display data, it is `include_optional_metadata` ([159](https://github.com/plaid/plaid-python/pull/159))
3.0.0
- Remove direct integration endpoints since they are no longer supported - `deleteItem` has been renamed `removeItem`
2.5.0
- Add `include_institution_data` flag to institutions endpoints - Tests are now against Python 2 and 3 via `tox` - Removed usage of mutable kwargs ([139](https://github.com/plaid/plaid-python/pull/139))