Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 3.2.1 release #832

Merged
merged 2 commits into from Sep 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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