Skip to content

Commit

Permalink
Add 3.2.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHuot committed Jan 10, 2023
1 parent 564d526 commit 7d7fe90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Changelog
=========

3.2.2 (2022-10-17)
------------------
OAuth2.0 Provider:
* CVE-2022-36087

3.2.1 (2022-09-09)
------------------
OAuth2.0 Provider:
* #803: Metadata endpoint support of non-HTTPS
* CVE-2022-36087

OAuth1.0:
* #818: Allow IPv6 being parsed by signature
Expand Down
2 changes: 1 addition & 1 deletion oauthlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from logging import NullHandler

__author__ = 'The OAuthlib Community'
__version__ = '3.2.1'
__version__ = '3.2.2'

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

Expand Down

0 comments on commit 7d7fe90

Please sign in to comment.