From c04b779ef19351324738d45390dd3fcb1c988a89 Mon Sep 17 00:00:00 2001 From: Russell Jones Date: Thu, 22 Jun 2017 14:03:42 -0700 Subject: [PATCH] Release 2.2.2. --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- version.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8971907f917..0dc0d98d27a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.2.2 + +### Bug fixes + +* Fixed and issue where in certain situations `tctl ls` would not work. [#1102](https://github.com/gravitational/teleport/issues/1102). + ## 2.2.1 ### Improvements diff --git a/Makefile b/Makefile index 2eb154c8d08ad..fd9ec469cf04a 100644 --- a/Makefile +++ b/Makefile @@ -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.1 +VERSION=2.2.2 # These are standard autotools variables, don't change them please BUILDDIR ?= build diff --git a/version.go b/version.go index 7e8c58431eecb..80c87bb9ce691 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package teleport const ( - Version = "2.2.1" + Version = "2.2.2" ) // Gitref variable is automatically set to the output of git-describe