diff --git a/CHANGELOG.md b/CHANGELOG.md index d08d1c1..2b5112d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1] - 2023-03-21 + ### Fixed - Correctly set the allow_null attribute on nested serializers ([#81](https://github.com/dabapps/django-readers/issues/81)) diff --git a/django_readers/__init__.py b/django_readers/__init__.py index 9aa3f90..58039f5 100644 --- a/django_readers/__init__.py +++ b/django_readers/__init__.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.1.1"