Skip to content

Commit a4f9c82

Browse files
committed
chore: Release 3.2.0
1 parent bade920 commit a4f9c82

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

CHANGELOG.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,27 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
<!--
78
## [unreleased]
8-
99
### Added
10-
* Support for Django 5.2
11-
* Support for Python 3.14 (Django >= 5.2.8)
12-
* #1539 Add device authorization grant support
13-
14-
15-
<!--
1610
### Changed
1711
### Deprecated
1812
### Removed
19-
-->
2013
### Fixed
21-
* #1252 Fix crash when 'client' is in token request body
22-
* #1496 Fix error when Bearer token string is empty but preceded by `Bearer` keyword.
23-
<!--
2414
### Security
2515
-->
2616

27-
## [3.1.0]
17+
## [3.2.0] - 2025-11-13
18+
### Added
19+
* Support for Django 5.2
20+
* Support for Python 3.14 (Django >= 5.2.8)
21+
* #1539 Add device authorization grant support
2822

23+
### Fixed
24+
* #1252 Fix crash when 'client' is in token request body
25+
* #1496 Fix error when Bearer token string is empty but preceded by `Bearer` keyword.
2926

27+
## [3.1.0] - 2025-10-03
3028
**NOTE**: This is the first release under the new [django-oauth](https://github.com/django-oauth) organization. The project moved in order to be more independent and to bypass quota limits on parallel CI jobs we were encountering in Jazzband. The project will emulateDjango Commons going forward in it's operation. We're always on the look for willing maintainers and contributors. Feel free to start participating any time. PR's are always welcome.
3129

3230
### Added
@@ -37,20 +35,13 @@ deployments for development previews and user acceptance testing.
3735
### Changed
3836
The project is now hosted in the django-oauth organization.
3937

40-
<!--
41-
### Deprecated
42-
### Removed
43-
-->
4438
### Fixed
4539
* #1517 OP prompts for logout when no OP session
4640
* #1512 client_secret not marked sensitive
4741
* #1521 Fix 0012 migration loading access token table into memory
4842
* #1584 Fix IDP container in docker compose environment could not find templates and static files.
4943
* #1562 Fix: Handle AttributeError in IntrospectTokenView
5044
* #1583 Fix: Missing pt_BR translations
51-
<!--
52-
### Security
53-
-->
5445

5546

5647
## [3.0.1] - 2024-09-07

oauth2_provider/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.1.0"
1+
__version__ = "3.2.0"

0 commit comments

Comments
 (0)