Skip to content

Commit

Permalink
add changelog for 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed Nov 9, 2023
1 parent 0fd3a95 commit b79a527
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Change Log
This document records all notable changes to djoser.
This project adheres to `Semantic Versioning <http://semver.org/>`_.

---------------------
`2.2.2`_ (2023-11-09)
---------------------

* rollback path changes as it resulted in regressions for some https://github.com/sunscrapers/djoser/issues/778
* Django 5 added to test suite pipeline - consider it being supported https://github.com/sunscrapers/djoser/issues/772

---------------------
`2.2.1`_ (2023-11-05)
---------------------
Expand Down Expand Up @@ -424,3 +431,4 @@ few bugfixes / documentation updates. List of changes:
.. _2.1.0: https://github.com/sunscrapers/djoser/compare/2.0.5...2.1.0
.. _2.2.0: https://github.com/sunscrapers/djoser/compare/2.1.0...2.2.0
.. _2.2.1: https://github.com/sunscrapers/djoser/compare/2.2.0...2.2.1
.. _2.2.2: https://github.com/sunscrapers/djoser/compare/2.2.1...2.2.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "djoser"
version = "2.2.1"
version = "2.2.2"
description = "REST implementation of Django authentication system."
authors = [
"Sunscrapers <[email protected]>",
Expand Down

0 comments on commit b79a527

Please sign in to comment.