From cb023fc5f6f94aa532746e6c153efcf79e336367 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Tue, 6 Jul 2021 23:16:15 +0400 Subject: [PATCH] Release 4.2.1 (#958) --- CHANGELOG.md | 6 +++--- rest_framework_json_api/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a5bd7a..3206cfa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Note that in line with [Django REST Framework policy](http://www.django-rest-framework.org/topics/release-notes/), any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change. -## [Unreleased] +## [4.2.1] - 2021-07-06 ### Fixed -* Include `PreloadIncludesMixin` in `ReadOnlyModelViewSet` to enable the usage of [performance utilities](https://django-rest-framework-json-api.readthedocs.io/en/stable/usage.html#performance-improvements) on read only views (regression since 2.8.0) -* Remove invalid validation of default `included_resources` (regression since 4.2.0) +* Included `PreloadIncludesMixin` in `ReadOnlyModelViewSet` to enable the usage of [performance utilities](https://django-rest-framework-json-api.readthedocs.io/en/stable/usage.html#performance-improvements) on read only views (regression since 2.8.0) +* Removed invalid validation of default `included_resources` (regression since 4.2.0) ## [4.2.0] - 2021-05-12 diff --git a/rest_framework_json_api/__init__.py b/rest_framework_json_api/__init__.py index d166001f..8f8e5dd7 100644 --- a/rest_framework_json_api/__init__.py +++ b/rest_framework_json_api/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = "djangorestframework-jsonapi" -__version__ = "4.2.0" +__version__ = "4.2.1" __author__ = "" __license__ = "BSD" __copyright__ = ""