Skip to content

Commit

Permalink
Release v2.1.1 (louketo#312)
Browse files Browse the repository at this point in the history
FEATURES:
* Added the groups parameter to the resource, permitting users to use the jest docker ecryptfs dev claim in the token [#PR301](louketo#301)
* Removed the authors file [#PR299](louketo#299)

FIXES:
* Fixed the custom headers when upgrading to websockets [#PR311](louketo#311)
* Fixed exception when upgrading to websockets [#PR303](louketo#303)
  • Loading branch information
gambol99 committed Feb 12, 2018
1 parent e92c9b2 commit 7655df2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion 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**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 <gambol99@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Expand Up @@ -26,7 +26,7 @@ import (
)

var (
release = "v2.1.0"
release = "v2.1.1"
gitsha = "no gitsha provided"
compiled = "0"
version = ""
Expand Down

0 comments on commit 7655df2

Please sign in to comment.