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-07-20 13:35:57 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-07-20 13:35:57 +0300
commit39b113e394a7773d3c5781180119f4dbcbec7bd5 (patch)
tree7e50ac80c11df1eae11c1bc68d96aec202505a36
parent0e5911036a748416326527978d79966721f79da6 (diff)
Version 0.111.2v0.111.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/fix-local-branch-nil-commit.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06d740e4a..6c4869d3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v0.111.2
+
+#### Fixed
+- Handle nil commit in buildLocalBranch
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/822
+
## v0.111.1
#### Fixed
diff --git a/VERSION b/VERSION
index 3925f58df..8e0467180 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.111.1
+0.111.2
diff --git a/changelogs/unreleased/fix-local-branch-nil-commit.yml b/changelogs/unreleased/fix-local-branch-nil-commit.yml
deleted file mode 100644
index a403f990f..000000000
--- a/changelogs/unreleased/fix-local-branch-nil-commit.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Handle nil commit in buildLocalBranch
-merge_request: 822
-author:
-type: fixed