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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-12-21 20:06:44 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-12-21 20:06:44 +0300
commitf39b2d6bc632e77b1772c41a781576988c23dc12 (patch)
tree60206b50f4f715257eccea3f7e266c11fc3d8236
parent8e2244a50078ded1428525bff08d74632d686766 (diff)
Version 1.12.0v1.12.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/sh-fix-remote-mirrors-wildcard-branches.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8c280d07..0b6fba80e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.12.0
+
+#### Fixed
+- Fix wildcard protected branches not working with remote mirrors
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1006
+
## v1.11.0
#### Fixed
diff --git a/VERSION b/VERSION
index 1cac385c6..0eed1a29e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.11.0
+1.12.0
diff --git a/changelogs/unreleased/sh-fix-remote-mirrors-wildcard-branches.yml b/changelogs/unreleased/sh-fix-remote-mirrors-wildcard-branches.yml
deleted file mode 100644
index 0c91bf5a3..000000000
--- a/changelogs/unreleased/sh-fix-remote-mirrors-wildcard-branches.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix wildcard protected branches not working with remote mirrors
-merge_request: 1006
-author:
-type: fixed