diff --git a/CHANGELOG.md b/CHANGELOG.md index 5599488..82c58f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ### [Unreleased] +### [0.4.2] - 2016-10-13 + ##### Added - Support for client redirect URIs with query strings. @@ -12,8 +14,6 @@ All notable changes to this project will be documented in this file. ##### Changed - Client is available to OIDC_EXTRA_SCOPE_CLAIMS implementations via `self.client`. - -##### Incompatible changes - The constructor signature for `ScopeClaims` has changed, it now is called with the `Token` as its single argument. ### [0.4.1] - 2016-10-03 diff --git a/setup.py b/setup.py index 851de13..78acf07 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-oidc-provider', - version='0.4.1', + version='0.4.2', packages=[ 'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints', 'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',