diff --git a/CHANGELOG.md b/CHANGELOG.md index 93879d4b..35dd6ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.3.5 2020-02-28 + +* Rework schema reference logic, to improve handling of nested structures. + ## v1.3.4 2020-02-27 * Resolve issue with drf-spectacular's use of "oneOf" to handle null enums. diff --git a/pyproject.toml b/pyproject.toml index f495d368..16eafa40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "drf-openapi-tester" -version = "1.3.4" +version = "1.3.5" description = "Test utility for validating OpenAPI response documentation" authors = ["Sondre Lillebø Gundersen ", "Na'aman Hirschfeld "] maintainers = ["Na'aman Hirschfeld "]