summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-01-04 23:18:10 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-01-04 23:18:10 +0000
commit755f5112ec0054cdd9566c01f26440f1c1e984b8 (patch)
tree089052eafc16acf76fbf57b2e45b801abf57fa3f
parent7380364240a26d184d67edb1fe7ae0fc07217e0f (diff)
downloadgitlab-ce-755f5112ec0054cdd9566c01f26440f1c1e984b8.tar.gz
Update CHANGELOG.md for 11.6.3
[ci skip]
-rw-r--r--CHANGELOG.md7
-rw-r--r--changelogs/unreleased/sh-fix-clone-url-for-https.yml5
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56ac809b548..e86c818298b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 11.6.3 (2019-01-04)
+
+### Fixed (1 change)
+
+- Fix clone URL not showing if protocol is HTTPS. !24131
+
+
## 11.6.2 (2019-01-02)
### Fixed (7 changes)
diff --git a/changelogs/unreleased/sh-fix-clone-url-for-https.yml b/changelogs/unreleased/sh-fix-clone-url-for-https.yml
deleted file mode 100644
index 6a17d566685..00000000000
--- a/changelogs/unreleased/sh-fix-clone-url-for-https.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix clone URL not showing if protocol is HTTPS
-merge_request: 24131
-author:
-type: fixed