diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6c77122..5b6c39d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +0.10, 19 July 2021 +------------------ +Features & fixes: + +* Fix ``EnumField`` compatibility with drf-yasg. + 0.9, 18 April 2021 ------------------ Breaking changes: diff --git a/setup.cfg b/setup.cfg index b97b104..a826c77 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = djangorestframework-dataclasses -version = 0.9 +version = 0.10 description = A dataclasses serializer for Django REST Framework long_description = file: README.rst long_description_content_type = text/x-rst