From a18d0a5ad183eb58b4db7479f3f7da71398a8667 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Sun, 25 Jun 2023 21:52:53 +0900 Subject: [PATCH] chore: release 1.2.1 --- authlib/consts.py | 2 +- docs/changelog.rst | 7 ++++++- docs/conf.py | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/authlib/consts.py b/authlib/consts.py index e5ac17ff..ab9a4db6 100644 --- a/authlib/consts.py +++ b/authlib/consts.py @@ -1,5 +1,5 @@ name = 'Authlib' -version = '1.2.0' +version = '1.2.1' author = 'Hsiaoming Yang ' homepage = 'https://authlib.org/' default_user_agent = '{}/{} (+{})'.format(name, version, homepage) diff --git a/docs/changelog.rst b/docs/changelog.rst index 377e2b42..84abe891 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,9 +6,14 @@ Changelog Here you can see the full list of changes between each Authlib release. -Version x.x.x +Version 1.2.1 ------------- +**Released on Jun 25, 2023** + +- Apply headers in ``ClientSecretJWT.sign`` method, via :PR:`552` +- Allow falsy but non-None grant uri params, via :PR:`544` +- Fixed ``authorize_redirect`` for Starlette v0.26.0, via :PR:`533` - Removed ``has_client_secret`` method and documentation, via :PR:`513` - Removed ``request_invalid`` and ``token_revoked`` remaining occurences and documentation. :PR:`514` diff --git a/docs/conf.py b/docs/conf.py index 1b609f03..fe151ea6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,6 +48,7 @@ "twitter_creator": "lepture", "twitter_url": "https://twitter.com/authlib", "github_url": "https://github.com/lepture/authlib", + "discord_url": "https://discord.gg/RNetSNNq", "nav_links": [ { "title": "Projects",