Skip to content

Commit cd5f179

Browse files
authored
Release 6.1.0 (#1173)
1 parent b7dd585 commit cd5f179

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
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+
## [6.1.0] - 2023-08-25
1212

1313
### Added
1414

@@ -48,7 +48,7 @@ any parts of the framework not mentioned in the documentation should generally b
4848

4949
### Fixed
5050

51-
* Refactored handling of the `sort` query parameter to fix duplicate declaration in the generated schema definition
51+
* Refactored handling of the `sort` query parameter to fix duplicate declaration in the generated OpenAPI schema definition
5252
* Non-field serializer errors are given a source.pointer value of "/data".
5353
* Fixed "id" field being added to /data/attributes in the OpenAPI schema when it is not rendered there.
5454
* Fixed `SerializerMethodResourceRelatedField(many=True)` fields being given

rest_framework_json_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "djangorestframework-jsonapi"
2-
__version__ = "6.0.0"
2+
__version__ = "6.1.0"
33
__author__ = ""
44
__license__ = "BSD"
55
__copyright__ = ""

0 commit comments

Comments
 (0)