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 Oct 17, 2022
1 parent 4a4d65f commit e6c33e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
@@ -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
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 e6c33e4

Please sign in to comment.