From 7d7fe904af504c20f7d802650e54a78e3d0be8ba Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Mon, 17 Oct 2022 21:42:56 +0200 Subject: Add 3.2.2 version --- CHANGELOG.rst | 6 +++++- oauthlib/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e15010..82dbd75 100644 --- a/CHANGELOG.rst +++ b/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 diff --git a/oauthlib/__init__.py b/oauthlib/__init__.py index 9b7eff2..d9a5e38 100644 --- a/oauthlib/__init__.py +++ b/oauthlib/__init__.py @@ -12,7 +12,7 @@ import logging from logging import NullHandler __author__ = 'The OAuthlib Community' -__version__ = '3.2.1' +__version__ = '3.2.2' logging.getLogger('oauthlib').addHandler(NullHandler()) -- cgit v1.2.1