From 21fb1aae98db2485e4c18849c3ed179b13b80dfb Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Wed, 2 Nov 2016 12:26:56 -0300 Subject: [PATCH] Edit CHANGELOG. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cab22..cca35c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. ### [Unreleased] +### [0.4.3] - 2016-11-02 + ##### Added - Session Management 1.0 support. +- post_logout_redirect_uris into admin. + +##### Changed +- Package url names. +- Rename /logout/ url to /end-session/. ##### Fixed - Bug when trying authorize with response_type id_token without openid scope.