From b578697db12219db557d4b39ea0f425af0744793 Mon Sep 17 00:00:00 2001 From: Rohith Date: Fri, 21 Jul 2017 21:52:29 +0100 Subject: [PATCH] - updating the CHANGELOG to reflect the changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb8409a3..82bfc9abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ FIXES: * fixed a number of linting errors highlighted by gometalinter [#PR209](https://github.com/gambol99/keycloak-proxy/pull/209) * added docker image instructions to the readme [#PR204](https://github.com/gambol99/keycloak-proxy/pull/204) * added unit tests for the debug handlers [#PR223](https://github.com/gambol99/keycloak-proxy/pull/223) +* fixing the logout handler panic when revocation url is not set [#PR254](https://github.com/gambol99/keycloak-proxy/pull/254) FEATURES * changed the routing engine from gin to echo