Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-01-05 02:18:09 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-01-05 02:18:09 +0300
commita218f8e7aabbbf35dc8deb5a8ceb3c465e594ca2 (patch)
tree9382a03175f1ebebddc50fe3bc6422feb4bde5fe
parent74f4337dbf7e1c5af3491b92938f88aad73b520b (diff)
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 c78c065a4b9..d451b48e363 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