Skip to content

Commit

Permalink
Merge pull request #832 from oauthlib/3.2.1
Browse files Browse the repository at this point in the history
Prepare 3.2.1 release
  • Loading branch information
JonathanHuot committed Sep 9, 2022
2 parents 2e40b41 + 88bb156 commit 4a4d65f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
7 changes: 7 additions & 0 deletions AUTHORS
Expand Up @@ -49,3 +49,10 @@ Scott Gifford
Hugo van Kemenade
Richard Connon
Karim Kanso
Kian-Meng Ang
Tim Gates
Dariusz Smigiel
Nemanja Tozic
Kohki Yamagiwa
Arie Bovenberg
Sebastian Chnelik
13 changes: 13 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,19 @@
Changelog
=========

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

General:
* Improved and fixed documentation warnings.
* Cosmetic changes based on isort

3.2.0 (2022-01-29)
------------------
OAuth2.0 Client:
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.0'
__version__ = '3.2.1'

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

Expand Down

0 comments on commit 4a4d65f

Please sign in to comment.