From 4bfd208b9f1738a67cac149ccac7ec2153c43448 Mon Sep 17 00:00:00 2001
From: Bob Van Landuyt <bob@vanlanduyt.co>
Date: Mon, 4 Jun 2018 08:31:03 +0200
Subject: [PATCH] Bump gitlab-shell to 7.1.3

This includes the change that prints the @username of a user instead
of the full name.

https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/204
---
 GITLAB_SHELL_VERSION                                  | 2 +-
 changelogs/unreleased/bvl-bump-gitlab-shell-7-1-3.yml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 changelogs/unreleased/bvl-bump-gitlab-shell-7-1-3.yml

diff --git a/GITLAB_SHELL_VERSION b/GITLAB_SHELL_VERSION
index a8a188756826d..1996c504476f1 100644
--- a/GITLAB_SHELL_VERSION
+++ b/GITLAB_SHELL_VERSION
@@ -1 +1 @@
-7.1.2
+7.1.3
diff --git a/changelogs/unreleased/bvl-bump-gitlab-shell-7-1-3.yml b/changelogs/unreleased/bvl-bump-gitlab-shell-7-1-3.yml
new file mode 100644
index 0000000000000..76bb25bc7d779
--- /dev/null
+++ b/changelogs/unreleased/bvl-bump-gitlab-shell-7-1-3.yml
@@ -0,0 +1,5 @@
+---
+title: Include username in output when testing SSH to GitLab
+merge_request: 19358
+author:
+type: other
-- 
GitLab