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>2021-08-31 20:44:58 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-08-31 20:44:58 +0300
commit930d142ba43fa068893945ed3d858b7cbdfd26ce (patch)
tree1beda67d0e0e39b2bce3befedf2e514e74167b51
parent3b9f767afe202bff6ee25ea74318c0027b94a1f0 (diff)
parent7700cc820253f450fddf853d357bb30a6b5676a7 (diff)
Merge remote-tracking branch 'dev/14-0-stable' into 14-0-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 3d876599b..6c0dcbdda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 14.0.9 (2021-08-31)
+
+No changes.
+
## 14.0.8 (2021-08-25)
No changes.
diff --git a/VERSION b/VERSION
index 979f1e31c..a03a651b5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.8 \ No newline at end of file
+14.0.9 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 3a69b874a..6d7b9e8e2 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 = '14.0.8'
+ VERSION = '14.0.9'
end