diff --git a/CHANGELOG.md b/CHANGELOG.md index df93a7b..f749ca0 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.2.4] - 2016-01-20 + ##### Added - Auto-generation of client ID and SECRET using the admin. diff --git a/setup.py b/setup.py index ca2973f..3b17227 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-oidc-provider', - version='0.2.3', + version='0.2.4', packages=[ 'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints', 'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',