diff --git a/CHANGELOG.md b/CHANGELOG.md index a295aee1..713f60e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ any parts of the framework not mentioned in the documentation should generally b ## [Unreleased] +## [6.0.0] - 2022-09-24 + ### Fixed * Fixed invalid relationship pointer in error objects when field naming formatting is used. diff --git a/rest_framework_json_api/__init__.py b/rest_framework_json_api/__init__.py index e8cac7c0..dd0ae050 100644 --- a/rest_framework_json_api/__init__.py +++ b/rest_framework_json_api/__init__.py @@ -1,5 +1,5 @@ __title__ = "djangorestframework-jsonapi" -__version__ = "5.0.0" +__version__ = "6.0.0" __author__ = "" __license__ = "BSD" __copyright__ = ""