diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 0c1c851..5ec638d 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,9 @@ +## v2.8.0, 15th November 2023 + +- Support asyncio API +- Handle filenames with a uppercase file extension +- Replace pkg_resources + ## v2.7.0, 24th January 2023 - Update to use API v3.6, for more details please see our [release notes](https://developers.onfido.com/release-notes#api-v36) diff --git a/pyproject.toml b/pyproject.toml index 244f97d..0dec796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onfido-python" -version = "2.7.0" +version = "2.8.0" description = "The official wrapper for the Onfido API" homepage = "https://github.com/onfido/onfido-python" readme = "README.md"