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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-08-07 22:37:12 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-08-07 22:37:12 +0300
commiteba9c75169e04c554e1ba0f5f01c79da503504d8 (patch)
tree1fbd8472f72aa089fd617e32fd086748f21b37c9
parente6af8bcb8c0b93d62bf997a16b35e1d63383fd79 (diff)
Version 0.118.0v0.118.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/rd-add-support-for-max-input-size-config.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b3fdccba..569e498ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v0.118.0
+
+#### Added
+- Add ability to support custom options for git-receive-pack
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/834
+
## v0.117.0
#### Performance
diff --git a/VERSION b/VERSION
index a38b3bd31..12f9c914f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.117.0
+0.118.0
diff --git a/changelogs/unreleased/rd-add-support-for-max-input-size-config.yml b/changelogs/unreleased/rd-add-support-for-max-input-size-config.yml
deleted file mode 100644
index 8695fa7fe..000000000
--- a/changelogs/unreleased/rd-add-support-for-max-input-size-config.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add ability to support custom options for git-receive-pack
-merge_request: 834
-author:
-type: added