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:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-12-07 23:26:37 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-12-07 23:26:37 +0300
commit278fb1a4a1c6829300c85080d860434194c78bc7 (patch)
tree3548673ef67ba9f6ec014495e93fdc1c7bead8f0
parent17bea8a2e504e3ef94101fe8c9356c7e406c988e (diff)
parent8ca27719a1f1d00b003296293f52bc9dc4ab532b (diff)
Merge remote-tracking branch 'dev/13-5-stable' into 13-5-stable
-rw-r--r--CHANGELOG.md4
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c29cbab5..ffef8ad3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 13.5.5 (2020-12-07)
+
+- No changes.
+
## 13.5.4 (2020-11-13)
- No changes.
diff --git a/VERSION b/VERSION
index 3330217f2..4afeb7680 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.5.4 \ No newline at end of file
+13.5.5 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 38e5fe10d..648b6b7ea 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -2,5 +2,5 @@
# (https://gitlab.com/gitlab-org/release-tools/), and should not be
# modified.
module Gitaly
- VERSION = '13.5.4'
+ VERSION = '13.5.5'
end