diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index ffcabbaa..ddee346c 100644 --- a/docs/sections/changelog.rst +++ b/docs/sections/changelog.rst @@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file. Unreleased ========== +0.6.1 +===== + +*2018-07-10* + * Added: token instrospection endpoint support (RFC7662). * Added: request in password grant authenticate call. * Changed: dropping support for Django versions before 1.8. diff --git a/setup.py b/setup.py index 5152c26c..92bb5459 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='django-oidc-provider', - version='0.6.0', + version='0.6.1', packages=find_packages(), include_package_data=True, license='MIT License',