Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Apr 15, 2023
1 parent 0467e61 commit 28b858e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.26.2 (2023-04-15)
-------------------

- fix jwt cookie name settings not being recognised (`#972 <https://github.com/tfranzel/drf-spectacular/issues/972>`_) [Nix Siow]
- Add OpenApiRequest for encoding options `#714 <https://github.com/tfranzel/drf-spectacular/issues/714>`_ `#965 <https://github.com/tfranzel/drf-spectacular/issues/965>`_

Breaking changes / important additions:

- small bugfix release that also contains the new ``OpenApiRequest`` feature

0.26.1 (2023-03-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion drf_spectacular/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import django

__version__ = '0.26.1'
__version__ = '0.26.2'

if django.VERSION < (3, 2):
default_app_config = 'drf_spectacular.apps.SpectacularConfig'

0 comments on commit 28b858e

Please sign in to comment.