diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index 831d19c..0c5f0f6 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.0 +===== + +*2018-04-13* + * Added: OAuth2 grant_type client_credentials support. * Added: pep8 compliance and checker. * Added: Setting OIDC_IDTOKEN_INCLUDE_CLAIMS supporting claims inside id_token. diff --git a/setup.py b/setup.py index 02d7f45..7d804ad 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-oidc-provider', - version='0.5.3', + version='0.6.0', packages=find_packages(), include_package_data=True, license='MIT License',