diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d7d7a..113f022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.3.5 + +Docs +- update documentation + +Fixes: +- auth class accessing invalid variable + ## 0.3.4 Fixes diff --git a/pyproject.toml b/pyproject.toml index 0e81792..5c3f349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = 'setuptools.build_meta' [project] name = "drf-authentify" -version = "0.3.4" +version = "0.3.5" description = "A simple authentication module for django rest framework" readme = {file = "README.md", content-type = "text/markdown"} license = {file = "LICENSE"}