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-06 15:45:14 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-12-06 15:45:14 +0300
commit8ca8e47b78fb1cc6e615dbd00e3307f633dbfd12 (patch)
tree53aa94dfbf737e0b03b016faa70029f8307c3f06
parent1b6e456a8a282d4c6b963c1c92a69ed4eae098f3 (diff)
Version 1.6.0v1.6.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/bvl-cleanup-invalid-keeparounds.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf90bcf6f..f361fe54c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.6.0
+
+#### Other
+- Clean up invalid keep-around refs when performing housekeeping
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/992
+
## v1.5.0
#### Added
diff --git a/VERSION b/VERSION
index bc80560fa..dc1e644a1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5.0
+1.6.0
diff --git a/changelogs/unreleased/bvl-cleanup-invalid-keeparounds.yml b/changelogs/unreleased/bvl-cleanup-invalid-keeparounds.yml
deleted file mode 100644
index d484b536a..000000000
--- a/changelogs/unreleased/bvl-cleanup-invalid-keeparounds.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Clean up invalid keep-around refs when performing housekeeping
-merge_request: 992
-author:
-type: other