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>2022-03-31 16:28:49 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-03-31 16:28:49 +0300
commit74360a6088f62c9ede5fc0d7249988347ff8303b (patch)
treeae18941fd19df5bce3504cce5e37dfc84f645be4
parent402944bf57a1edd384e5fed24473f83280979a80 (diff)
parent8cd7ea86f577e946abb3a8829e56d735b351cc26 (diff)
Merge remote-tracking branch 'dev/14-9-stable' into 14-9-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 02da89203..bcc0c947e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 14.9.2 (2022-03-31)
+
+No changes.
+
## 14.9.1 (2022-03-23)
No changes.
diff --git a/VERSION b/VERSION
index 385495e93..94c621771 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.9.1 \ No newline at end of file
+14.9.2 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 82d0a1631..3b5e0a241 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.9.1'
+ VERSION = '14.9.2'
end