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-08-06 18:47:26 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-08-06 18:47:26 +0300
commiteddfd712e15506c17fa2132fc749f547e8199923 (patch)
treea484613b51bfd62955f16b8b94c2f988b8a809e6
parent02f0763f8bed736eca73c8743d62fbdbb8167e6e (diff)
Version 0.116.0v0.116.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/new-blobs-rpc.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08d943d0f..78007e671 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v0.116.0
+
+#### Added
+- Add ListNewBlobs RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/849
+
## v0.115.0
#### Added
diff --git a/VERSION b/VERSION
index bdc80994d..4c08787e6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.115.0
+0.116.0
diff --git a/changelogs/unreleased/new-blobs-rpc.yml b/changelogs/unreleased/new-blobs-rpc.yml
deleted file mode 100644
index 54b6554f0..000000000
--- a/changelogs/unreleased/new-blobs-rpc.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add ListNewBlobs RPC
-merge_request: 849
-author:
-type: added