* Update tox and circleci test matrix to test against Python 3.8, 3.9, 3.10, 3.11 and 3.12 * Added ResourceLink resolution feature
2.1.1
* Added twine to upload packages to pypi
2.1.0
* Added ResourceLink to Field Coercion class
2.0.0
* Fixed URL to 'Create Issue' button in readme * Changed CI/CD vendor from Travis to CircleCi.
**Breaking Changes**: Breaking Changes introduced in order to improve caching. * Changed `__CACHE__` object type from `list` to `dict` * Changed get cache interface from `ContentTypeCache.get(content_type_id)` to `ContentTypeCache.get(space_id, content_type_id)`
1.13.1
* Fixed a bug to retrieve an entry when raw_mode is enabled.
1.13.0
Added * Added `_metadata['tags']` to read metadata tags on entry and asset.