diff --git a/CHANGELOG.md b/CHANGELOG.md index 656c2e3..f5fca75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file. ### [Unreleased] +### [0.2.5] - 2016-02-03 + ##### Added - Setting OIDC_SKIP_CONSENT_ALWAYS. ##### Changed - Removing OIDC_RSA_KEY_FOLDER setting. Moving RSA Keys to the database. +- Update pyjwkest to version 1.1.0. ##### Fixed - Nonce parameter missing on the decide form. diff --git a/setup.py b/setup.py index 9bf473f..5500690 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.2.4', + version='0.2.5', packages=[ 'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints', 'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',