Skip to content

Commit

Permalink
Bump to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnomydjango committed Oct 23, 2024
1 parent 9b964ff commit 0d3a971
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [2.3.1] - 2024-10-23

- Catch UnicodeDecodeError in middleware [fixes #61]

## [2.3] - 2023-11-14

- Add Django 5.0 to build matrix
Expand All @@ -12,7 +16,7 @@ No code changes.
## [2.2] - 2023-11-14

- Add support for searching in admin by JWT [fixes #59]
- Add suppoort for disabling logging on a per-view basis [fixes #55]
- Add support for disabling logging on a per-view basis [fixes #55]

## [2.1] - 2022-11-09

Expand Down
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 = "django-request-token"
version = "2.3"
version = "2.3.1"
description = "JWT-backed Django app for managing querystring tokens."
license = "MIT"
authors = ["YunoJuno <[email protected]>"]
Expand Down

0 comments on commit 0d3a971

Please sign in to comment.