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>2019-05-06 13:32:05 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-05-06 13:32:05 +0300
commit930e8103e55f6914b8ccfdd1d2a88bd21421fa0f (patch)
treece37919f2df31dc14187239839a413b49b0545b2
parent42c900ad143a958f8d5157c4b8e7b8b98d1de7aa (diff)
Version 1.41.0v1.41.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/changelog-1199.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a43b85bf3..2adbefcce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.41.0
+
+#### Added
+- Implement the ApplyBfgObjectMapStream RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1199
+
## v1.40.0
#### Fixed
diff --git a/VERSION b/VERSION
index 32b7211cb..7d47e5998 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.40.0
+1.41.0
diff --git a/changelogs/unreleased/changelog-1199.yml b/changelogs/unreleased/changelog-1199.yml
deleted file mode 100644
index 20c930bdb..000000000
--- a/changelogs/unreleased/changelog-1199.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Implement the ApplyBfgObjectMapStream RPC
-merge_request: 1199
-author:
-type: added