Release 2.3.1.

This commit is contained in:
Russell Jones 2017-10-02 12:00:39 -07:00
parent e6abe3e769
commit 38e0c0b74b
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## 2.3.1
#### Bug fixes
* Added CSRF protection to login endpoint. [#1356](https://github.com/gravitational/teleport/issues/1356)
* Proxy subsystem handling is more robust. [#1336](https://github.com/gravitational/teleport/issues/1336)
## 2.3
This release focus was to increase Teleport user experience in the following areas:

View file

@ -10,7 +10,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.3.0
VERSION=2.3.1
# These are standard autotools variables, don't change them please
BUILDDIR ?= build

View file

@ -3,7 +3,7 @@
package teleport
const (
Version = "2.3.0"
Version = "2.3.1"
)
// Gitref variable is automatically set to the output of git-describe