Skip to content

Commit

Permalink
bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed Nov 9, 2024
1 parent e40172b commit db80fc7
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.3.0`_ (2024-11-09)
---------------------

* a potentially breaking change: fix vuln where users were given tokens if the given password was correct, but they haven't passed Django internal AUTHENTICATION_BACKENDS /~https://github.com/sunscrapers/djoser/issues/795


---------------------
`2.2.3`_ (2024-06-07)
---------------------
Expand Down Expand Up @@ -444,3 +451,4 @@ few bugfixes / documentation updates. List of changes:
.. _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.2.3: /~https://github.com/sunscrapers/djoser/compare/2.2.2...2.2.3
.. _2.3.0: /~https://github.com/sunscrapers/djoser/compare/2.2.3...2.3.0
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.3"
version = "2.3.0"
description = "REST implementation of Django authentication system."
authors = [
"Sunscrapers <info@sunscrapers.com>",
Expand Down

0 comments on commit db80fc7

Please sign in to comment.