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-08-22 21:53:03 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-08-22 21:53:03 +0300
commit8ec5fa02f51332170c91b37886d8ffed1aebe1b6 (patch)
tree5c9f5a9e277388efe83ec6e9fdf398520840f7fa
parent94d5f4f16427baeee577f2d6162c44c1d54a1edd (diff)
parent96a1f4ecac2c241bd092f63b4f7e0d89abe6c6a4 (diff)
Merge remote-tracking branch 'dev/15-2-stable' into 15-2-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 bfb8a6c47..dae17e674 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 15.2.3 (2022-08-22)
+
+No changes.
+
## 15.2.2 (2022-08-01)
No changes.
diff --git a/VERSION b/VERSION
index ee7380d66..462d212d8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.2.2 \ No newline at end of file
+15.2.3 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index c31113572..33b363be9 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 = '15.2.2'
+ VERSION = '15.2.3'
end