diff --git a/CHANGELOG.md b/CHANGELOG.md index b1dc4c5e..618ad51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -v2.3.0 +v2.3.0 - Released November 28, 2017 * Added support for polymorphic models * When `JSON_API_FORMAT_KEYS` is False (the default) do not translate request diff --git a/rest_framework_json_api/__init__.py b/rest_framework_json_api/__init__.py index a3d9c816..27b12fcc 100644 --- a/rest_framework_json_api/__init__.py +++ b/rest_framework_json_api/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'djangorestframework-jsonapi' -__version__ = '2.2.0' +__version__ = '2.3.0' __author__ = '' __license__ = 'MIT' __copyright__ = ''