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-09-29 16:10:02 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-09-29 16:10:02 +0300
commit1ef6f363ad20dbd76c9345fbdf004f545e3eda7c (patch)
tree6a6f698b560fa6ee007289bb9cab912af7371c1b
parent5e3aab3833d6f5cc1a1baad3d1f24a24c8c4e891 (diff)
parentecbedf428ae11e173a3ad1e137c322a5f685c0de (diff)
Merge remote-tracking branch 'dev/15-2-stable' into 15-2-stable15-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 7f9089cc4..5dab00948 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 15.2.5 (2022-09-29)
+
+No changes.
+
## 15.2.4 (2022-08-30)
No changes.
diff --git a/VERSION b/VERSION
index 5fb2f3ec7..fc9e5cdcd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.2.4 \ No newline at end of file
+15.2.5 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index bcd77e528..eaee2a543 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.4'
+ VERSION = '15.2.5'
end