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-10-05 18:39:47 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-10-05 18:39:47 +0300
commit4c07e02f4721156d5424a9f9406efdee195c07a1 (patch)
tree1bab1b110f6a330dea4d7fddf993ab24ec59c67b
parent429af5c1626bffb7d1935f383e0bf881cd9cddc0 (diff)
Version 0.125.0v0.125.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/add-git-protocol-v2.yml5
-rw-r--r--changelogs/unreleased/remove-gogit-feature-flag.yml5
4 files changed, 11 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa76f8f35..4cc2fc14d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Gitaly changelog
+## v0.125.0
+
+#### Added
+- Support Git protocol v2
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/844
+
+#### Other
+- Remove test case that exercises gogit feature flag
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/899
+
## v0.124.0
#### Deprecated
diff --git a/VERSION b/VERSION
index ee476f3ae..b1fa68e5d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.124.0
+0.125.0
diff --git a/changelogs/unreleased/add-git-protocol-v2.yml b/changelogs/unreleased/add-git-protocol-v2.yml
deleted file mode 100644
index b047c3625..000000000
--- a/changelogs/unreleased/add-git-protocol-v2.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Support Git protocol v2
-merge_request: 844
-author:
-type: added
diff --git a/changelogs/unreleased/remove-gogit-feature-flag.yml b/changelogs/unreleased/remove-gogit-feature-flag.yml
deleted file mode 100644
index 60488fbcf..000000000
--- a/changelogs/unreleased/remove-gogit-feature-flag.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Remove test case that exercises gogit feature flag
-merge_request: 899
-author:
-type: other