diff --git a/CHANGELOG.md b/CHANGELOG.md index c78c065a4b9dde518e08bc1425dfbf1d8a2d3956..d451b48e363f69685d4185340e36518264cd9791 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 6a17d5666851a0752d89333cb36f0a576889046b..0000000000000000000000000000000000000000 --- 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