Skip to content

Commit 4a4d65f

Browse files
authored
Merge pull request #832 from oauthlib/3.2.1
Prepare 3.2.1 release
2 parents 2e40b41 + 88bb156 commit 4a4d65f

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ Scott Gifford
4949
Hugo van Kemenade
5050
Richard Connon
5151
Karim Kanso
52+
Kian-Meng Ang
53+
Tim Gates
54+
Dariusz Smigiel
55+
Nemanja Tozic
56+
Kohki Yamagiwa
57+
Arie Bovenberg
58+
Sebastian Chnelik

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
3.2.1 (2022-09-09)
5+
------------------
6+
OAuth2.0 Provider:
7+
* #803: Metadata endpoint support of non-HTTPS
8+
* CVE-2022-36087
9+
10+
OAuth1.0:
11+
* #818: Allow IPv6 being parsed by signature
12+
13+
General:
14+
* Improved and fixed documentation warnings.
15+
* Cosmetic changes based on isort
16+
417
3.2.0 (2022-01-29)
518
------------------
619
OAuth2.0 Client:

oauthlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from logging import NullHandler
1313

1414
__author__ = 'The OAuthlib Community'
15-
__version__ = '3.2.0'
15+
__version__ = '3.2.1'
1616

1717
logging.getLogger('oauthlib').addHandler(NullHandler())
1818

0 commit comments

Comments
 (0)