diff --git a/CHANGELOG.md b/CHANGELOG.md index ae386af..d2c88b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. ### [Unreleased] +### [0.3.1] - 2016-03-09 + +##### Fixed +- response_type was not being validated (OpenID request). + ### [0.3.0] - 2016-02-23 ##### Added diff --git a/LICENSE b/LICENSE index cc208c6..eef5213 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Juan Ignacio Fiorentino +Copyright (c) 2014-2016 Juan Ignacio Fiorentino Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 66813ef..cb1a60e 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.3.0', + version='0.3.1', packages=[ 'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints', 'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',