From 23e89df8874dbccd530e4da5ed9f199e88432c40 Mon Sep 17 00:00:00 2001
From: Patrick Bajao <ebajao@gitlab.com>
Date: Tue, 18 Aug 2020 15:22:42 +0800
Subject: [PATCH] Update gitlab-shell to v13.6.0

This adds support obtaining personal access tokens via SSH (https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/397)
---
 GITLAB_SHELL_VERSION                             | 2 +-
 changelogs/unreleased/pb-gitlab-shell-13-6-0.yml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 changelogs/unreleased/pb-gitlab-shell-13-6-0.yml

diff --git a/GITLAB_SHELL_VERSION b/GITLAB_SHELL_VERSION
index d224e69099c06..649e128e1b052 100644
--- a/GITLAB_SHELL_VERSION
+++ b/GITLAB_SHELL_VERSION
@@ -1 +1 @@
-13.5.0
+13.6.0
\ No newline at end of file
diff --git a/changelogs/unreleased/pb-gitlab-shell-13-6-0.yml b/changelogs/unreleased/pb-gitlab-shell-13-6-0.yml
new file mode 100644
index 0000000000000..02c8f56fce957
--- /dev/null
+++ b/changelogs/unreleased/pb-gitlab-shell-13-6-0.yml
@@ -0,0 +1,5 @@
+---
+title: Update gitlab-shell to v13.6.0
+merge_request: 39675
+author:
+type: added
-- 
GitLab