Update CHANGELOG.md for 11.11.3

[ci skip]
This commit is contained in:
GitLab Release Tools Bot 2019-06-10 10:51:41 +00:00
parent a0af34582c
commit eea0460002
6 changed files with 11 additions and 25 deletions

View File

@ -2,6 +2,17 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 11.11.3 (2019-06-10)
### Fixed (5 changes)
- Fix invalid visibility string comparison in project import. !28612
- Remove a default git depth in Pipelines for merge requests. !28926
- Fix connection to Tiller error while uninstalling. !29131
- Fix label click scrolling to top. !29202
- Make OpenID Connect work without requiring a name. !29312
## 11.11.2 (2019-06-04)
### Fixed (7 changes)

View File

@ -1,5 +0,0 @@
---
title: Fix label click scrolling to top
merge_request: 29202
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix connection to Tiller error while uninstalling
merge_request: 29131
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Remove a default git depth in Pipelines for merge requests
merge_request: 28926
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Make OpenID Connect work without requiring a name
merge_request: 29312
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix invalid visibility string comparison in project import
merge_request: 28612
author:
type: fixed