Skip to content

Commit 6d028ba

Browse files
authored
Release 8.1.0 (#1307)
1 parent c81d423 commit 6d028ba

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/),
99
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
1010

11-
## [Unreleased]
11+
## [8.1.0] - 2025-10-17
1212

1313
### Fixed
1414

@@ -20,7 +20,9 @@ any parts of the framework not mentioned in the documentation should generally b
2020

2121
### Deprecated
2222

23-
* 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).
23+
* Deprecated support for exposing Polymorphic resources through [django-polymorphic](https://github.com/jazzband/django-polymorphic) as JSON:API endpoints.
24+
There is currently no replacement. In case you are affected of this change please
25+
join [our discussion](https://github.com/django-json-api/django-rest-framework-json-api/discussions/1194).
2426

2527
## [8.0.0] - 2025-07-24
2628

rest_framework_json_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "djangorestframework-jsonapi"
2-
__version__ = "8.0.0"
2+
__version__ = "8.1.0"
33
__author__ = ""
44
__license__ = "BSD"
55
__copyright__ = ""

0 commit comments

Comments
 (0)