This release adds support for the new [permissions API](https://swiftype.com/documentation/enterprise-search/api/document-permissions) in Enterprise Search and includes some breaking changes.
Breaking changes
- The existing methods have been namespaced. Rename them accordingly:
- client.index_documents -> client.documents.index_documents
- client.delete_documents -> client.documents.delete_documents
Features
- Add support for the permissions API (20)
Internal
- Update license link (18)
- Refactor APIs into modules (19)