diff --git a/README.md b/README.md index 869d994..4795ec1 100644 --- a/README.md +++ b/README.md @@ -584,6 +584,11 @@ It will automatically call `select_related` and `prefetch_related` on the curren # Changelog +## 0.9.5 (October 2021) + +- Adds OpenAPI support. Thanks @soroush-tabesh! +- Updates tests for Django 3.2 and fixes deprecation warning. Thanks @giovannicimolin! + ## 0.9.3 (August 2021) - Fixes bug where custom parameter names were not passed when constructing nested serializers. Thanks @Kandeel4411! diff --git a/setup.py b/setup.py index 863e69f..b53b234 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def readme(): ] setup( name="drf-flex-fields", - version="0.9.3", + version="0.9.5", description="Flexible, dynamic fields and nested resources for Django REST Framework serializers.", author="Robert Singer", author_email="robertgsinger@gmail.com",