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:
authorJohn Cai <jcai@gitlab.com>2019-06-07 01:29:16 +0300
committerJohn Cai <jcai@gitlab.com>2019-06-07 01:29:16 +0300
commit0046cd32638921f2730e06bc7c4bbf194b8ac17d (patch)
tree349db32cc64b530b59ba55d1178225f9c8dd8afe
parent4024e1b2deaa932863ebe61b66ed22579cd1cee8 (diff)
Version 1.42.4v1.42.4
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/jc-fix-stderr-log-writer.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e97114e04..6e56aef2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.42.4
+
+#### Fixed
+- Fix stderr log writer
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1275
+
## v1.42.3
#### Fixed
diff --git a/VERSION b/VERSION
index 975492089..6f7c8cdab 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.42.3
+1.42.4
diff --git a/changelogs/unreleased/jc-fix-stderr-log-writer.yml b/changelogs/unreleased/jc-fix-stderr-log-writer.yml
deleted file mode 100644
index f39e0fe23..000000000
--- a/changelogs/unreleased/jc-fix-stderr-log-writer.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix stderr log writer
-merge_request: 1275
-author:
-type: fixed