Skip to content

Commit

Permalink
Merge pull request #1097 from gravitational/rjones/release-2.2.1
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
russjones authored Jun 21, 2017
2 parents 45d68bc + 29a27bd commit 4003f3c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.2.1

### Improvements

* Added `--compat=oldssh` to both `tsh` and `tctl` that can be used to request certificates in the legacy format (no roles in extensions). [#1083](https://github.com/gravitational/teleport/issues/1083)

### Bugfixes

* Fixed multiple regressions when using SAML with dynamic roles. [#1080](https://github.com/gravitational/teleport/issues/1080)

## 2.2.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Naming convention:
# for stable releases we use "1.0.0" format
# for pre-releases, we use "1.0.0-beta.2" format
VERSION=2.2.0
VERSION=2.2.1

# These are standard autotools variables, don't change them please
BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package teleport

const (
Version = "2.2.0"
Version = "2.2.1"
)

// Gitref variable is automatically set to the output of git-describe
Expand Down

0 comments on commit 4003f3c

Please sign in to comment.