diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ef4506c..92a4260 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,10 @@ Change log Next version ============ + +0.17 (2024-08-19) +================= + - Changed the roles implementation to allow using arbitrary names for the role field. - Stopped crashing when encountering an unknown role -- doing nothing in diff --git a/authlib/__init__.py b/authlib/__init__.py index 53d3b0d..fd86b3e 100644 --- a/authlib/__init__.py +++ b/authlib/__init__.py @@ -1 +1 @@ -__version__ = "0.16.7" +__version__ = "0.17.0"