Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
-->

## [unreleased]
## [2.5.0] - 2024-09-01
### Added
* Add migration to include `token_checksum` field in AbstractAccessToken model.
* Added compatibility with `LoginRequiredMiddleware` introduced in Django 5.1
Expand Down
2 changes: 1 addition & 1 deletion oauth2_provider/__init__.py
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
__version__ = "2.4.0"
__version__ = "2.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,7 +37,7 @@ dependencies = [
"django >= 4.2",
"requests >= 2.13.0",
"oauthlib >= 3.2.0",
"jwcrypto >= 0.8.0",
"jwcrypto >= 1.5.0",
]

[project.urls]
Expand Down