We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4d65f commit e6c33e4Copy full SHA for e6c33e4
CHANGELOG.rst
@@ -1,11 +1,15 @@
1
Changelog
2
=========
3
4
+3.2.2 (2022-10-17)
5
+------------------
6
+OAuth2.0 Provider:
7
+* CVE-2022-36087
8
+
9
3.2.1 (2022-09-09)
10
------------------
11
OAuth2.0 Provider:
12
* #803: Metadata endpoint support of non-HTTPS
-* CVE-2022-36087
13
14
OAuth1.0:
15
* #818: Allow IPv6 being parsed by signature
oauthlib/__init__.py
@@ -12,7 +12,7 @@
from logging import NullHandler
__author__ = 'The OAuthlib Community'
-__version__ = '3.2.1'
+__version__ = '3.2.2'
16
17
logging.getLogger('oauthlib').addHandler(NullHandler())
18
0 commit comments