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 19:51:15 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-08-06 19:51:15 +0300
commita585f9f5b4360346afecfaf793d28ca6270d60d8 (patch)
tree49c06c1a739af75c4815d642b22c51e83e558d01
parent71b2f637110413964db1c35c6f0395acf2d9ef20 (diff)
Version 0.117.0v0.117.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/sh-lazy-load-wiki-pages.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78007e671..0b3fdccba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v0.117.0
+
+#### Performance
+- Only load Wiki formatted data upon request
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/839
+
## v0.116.0
#### Added
diff --git a/VERSION b/VERSION
index 4c08787e6..a38b3bd31 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.116.0
+0.117.0
diff --git a/changelogs/unreleased/sh-lazy-load-wiki-pages.yml b/changelogs/unreleased/sh-lazy-load-wiki-pages.yml
deleted file mode 100644
index c08d68fba..000000000
--- a/changelogs/unreleased/sh-lazy-load-wiki-pages.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Only load Wiki formatted data upon request
-merge_request: 839
-author:
-type: performance