diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index 5a7dd9b..63a483f 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.7.0 +===== + +*2018-10-17* + * Added: support multiple response types per client. * Added: make version available in code. * Added: token introspection docs. diff --git a/oidc_provider/version.py b/oidc_provider/version.py index aece342..a71c5c7 100644 --- a/oidc_provider/version.py +++ b/oidc_provider/version.py @@ -1 +1 @@ -__version__ = '0.6.2' +__version__ = '0.7.0'