Skip to content

Commit

Permalink
Release 6.1.0 (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliverc authored Aug 25, 2023
1 parent b7dd585 commit cd5f179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## [6.1.0] - 2023-08-25

### Added

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

### Fixed

* Refactored handling of the `sort` query parameter to fix duplicate declaration in the generated schema definition
* Refactored handling of the `sort` query parameter to fix duplicate declaration in the generated OpenAPI schema definition
* Non-field serializer errors are given a source.pointer value of "/data".
* Fixed "id" field being added to /data/attributes in the OpenAPI schema when it is not rendered there.
* Fixed `SerializerMethodResourceRelatedField(many=True)` fields being given
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_json_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "djangorestframework-jsonapi"
__version__ = "6.0.0"
__version__ = "6.1.0"
__author__ = ""
__license__ = "BSD"
__copyright__ = ""
Expand Down

0 comments on commit cd5f179

Please sign in to comment.