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:
-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