From b7bfbcf4d8643cfb6fe3e65b26a2ce26c3ce7b8c Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Fri, 17 Oct 2025 15:34:15 +0400 Subject: [PATCH] Release 8.1.0 --- CHANGELOG.md | 6 ++++-- rest_framework_json_api/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a438c9..e6a37135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Note that in line with [Django REST framework policy](https://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] +## [8.1.0] - 2025-10-17 ### Fixed @@ -20,7 +20,9 @@ any parts of the framework not mentioned in the documentation should generally b ### Deprecated -* Deprecated support for using Polymorphic resources through [django-polymorphic](https://github.com/jazzband/django-polymorphic). There is currently no replacement. In case you are affected of this change please join [our discussion](https://github.com/django-json-api/django-rest-framework-json-api/discussions/1194). +* Deprecated support for exposing Polymorphic resources through [django-polymorphic](https://github.com/jazzband/django-polymorphic) as JSON:API endpoints. + There is currently no replacement. In case you are affected of this change please + join [our discussion](https://github.com/django-json-api/django-rest-framework-json-api/discussions/1194). ## [8.0.0] - 2025-07-24 diff --git a/rest_framework_json_api/__init__.py b/rest_framework_json_api/__init__.py index 23f6b8f9..04f80c2f 100644 --- a/rest_framework_json_api/__init__.py +++ b/rest_framework_json_api/__init__.py @@ -1,5 +1,5 @@ __title__ = "djangorestframework-jsonapi" -__version__ = "8.0.0" +__version__ = "8.1.0" __author__ = "" __license__ = "BSD" __copyright__ = ""