From 7655df2a8e889fe6527014577f89dc7b25fff0e8 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Mon, 12 Feb 2018 12:33:48 +0000 Subject: [PATCH] Release v2.1.1 (#312) FEATURES: * Added the groups parameter to the resource, permitting users to use the jest docker ecryptfs dev claim in the token [#PR301](https://github.com/gambol99/keycloak-proxy/pull/301) * Removed the authors file [#PR299](https://github.com/gambol99/keycloak-proxy/pull/299) FIXES: * Fixed the custom headers when upgrading to websockets [#PR311](https://github.com/gambol99/keycloak-proxy/pull/311) * Fixed exception when upgrading to websockets [#PR303](https://github.com/gambol99/keycloak-proxy/pull/303) --- CHANGELOG.md | 7 ++++++- README.md | 2 +- doc.go | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c7efeb..fc0b4960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ -#### **2.1.1 (Unreleased)** +#### **2.1.1** FEATURES: * Added the groups parameter to the resource, permitting users to use the `groups` claim in the token [#PR301](https://github.com/gambol99/keycloak-proxy/pull/301) +* Removed the authors file [#PR299](https://github.com/gambol99/keycloak-proxy/pull/299) + +FIXES: +* Fixed the custom headers when upgrading to websockets [#PR311](https://github.com/gambol99/keycloak-proxy/pull/311) +* Fixed exception when upgrading to websockets [#PR303](https://github.com/gambol99/keycloak-proxy/pull/303) #### **2.1.0** diff --git a/README.md b/README.md index 52260de3..2350ea39 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ USAGE: keycloak-proxy [options] VERSION: - v2.1.0 (git+sha: 87f0b9c-dirty, built: 21-12-2017) + v2.1.1 (git+sha: e92c9b2-dirty, built: 12-02-2018) AUTHOR: Rohith diff --git a/doc.go b/doc.go index 868ef70e..fa2312b9 100644 --- a/doc.go +++ b/doc.go @@ -26,7 +26,7 @@ import ( ) var ( - release = "v2.1.0" + release = "v2.1.1" gitsha = "no gitsha provided" compiled = "0" version = ""