Skip to content

Commit

Permalink
chore: release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Aug 24, 2024
1 parent 01f1243 commit d7db2c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion authlib/consts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = 'Authlib'
version = '1.3.1'
version = '1.3.2'
author = 'Hsiaoming Yang <[email protected]>'
homepage = 'https://authlib.org/'
default_user_agent = f'{name}/{version} (+{homepage})'
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Changelog

Here you can see the full list of changes between each Authlib release.

Version 1.3.2
-------------

- Prevent ever-growing session size for OAuth clients.
- Revert ``quote`` client id and secret.
- ``unquote`` basic auth header for authorization server.

Version 1.3.1
-------------

Expand Down

0 comments on commit d7db2c3

Please sign in to comment.