Skip to content
Snippets Groups Projects
Unverified Commit 7655df2a authored by Rohith Jayawardene's avatar Rohith Jayawardene Committed by GitHub
Browse files

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)
parent e92c9b27
No related branches found
No related tags found
No related merge requests found
#### **2.1.1 (Unreleased)** #### **2.1.1**
FEATURES: 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) * 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** #### **2.1.0**
......
...@@ -34,7 +34,7 @@ USAGE: ...@@ -34,7 +34,7 @@ USAGE:
keycloak-proxy [options] keycloak-proxy [options]
VERSION: VERSION:
v2.1.0 (git+sha: 87f0b9c-dirty, built: 21-12-2017) v2.1.1 (git+sha: e92c9b2-dirty, built: 12-02-2018)
AUTHOR: AUTHOR:
Rohith <gambol99@gmail.com> Rohith <gambol99@gmail.com>
......
...@@ -26,7 +26,7 @@ import ( ...@@ -26,7 +26,7 @@ import (
) )
var ( var (
release = "v2.1.0" release = "v2.1.1"
gitsha = "no gitsha provided" gitsha = "no gitsha provided"
compiled = "0" compiled = "0"
version = "" version = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment