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 16:13:53 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-12-06 16:13:53 +0300
commit52d67af596f75e82305f16ff0f27a9e0e77d57e1 (patch)
tree96c314b668ff9101d428e3c91d1ce5a5f00d25d5
parent5f9281580aff50e6b5d33bdde26b1bf647d5d580 (diff)
Version 1.7.0v1.7.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/ce-19376-apply-bfg-rpc.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f361fe54c..3ad3c2ffd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.7.0
+
+#### Added
+- Add an RPC that allows repository size to be reduced by bulk-removing internal references
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/990
+
## v1.6.0
#### Other
diff --git a/VERSION b/VERSION
index dc1e644a1..bd8bf882d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.6.0
+1.7.0
diff --git a/changelogs/unreleased/ce-19376-apply-bfg-rpc.yml b/changelogs/unreleased/ce-19376-apply-bfg-rpc.yml
deleted file mode 100644
index 578a5cb8b..000000000
--- a/changelogs/unreleased/ce-19376-apply-bfg-rpc.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add an RPC that allows repository size to be reduced by bulk-removing internal references
-merge_request: 990
-author:
-type: added