Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Release v2.1.1 #312

Merged
merged 1 commit into from
Feb 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
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