Skip to content

Commit

Permalink
Version bump 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Apr 6, 2022
1 parent b953036 commit 2e721aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion authlib/consts.py
@@ -1,5 +1,5 @@
name = 'Authlib'
version = '1.0.0'
version = '1.0.1'
author = 'Hsiaoming Yang <me@lepture.com>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
Expand Down
16 changes: 14 additions & 2 deletions docs/changelog.rst
Expand Up @@ -6,8 +6,20 @@ Changelog

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

Version 1.0
-----------
Version 1.0.1
-------------

**Released on April 6, 2022**

- Fix authenticate_none method, via :gh:`issue#438`.
- Allow to pass in alternative signing algorithm to RFC7523 authentication methods via :gh:`PR#447`.
- Fix ``missing_token`` for Flask OAuth client, via :gh:`issue#448`.
- Allow ``openid`` in any place of the scope, via :gh:`issue#449`.
- Security fix for validating essential value on blank value in JWT, via :gh:`issue#445`.


Version 1.0.0
-------------

**Released on Mar 15, 2022.**

Expand Down

0 comments on commit 2e721aa

Please sign in to comment.