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-06-30 18:02:57 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-06-30 18:02:57 +0300
commit471cf6ecb6ab88eac219f44f60a8993506b20771 (patch)
tree0dabcf32801cbf17b476a381a35c1f3761da93fd
parent9f4ac0e03ac72467cba99bf22348e9ad9bb50c27 (diff)
parent5753b32783a539a2416632bc3735948af22f4497 (diff)
Merge remote-tracking branch 'dev/15-1-stable' into 15-1-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 35294c8e2..e7ed005f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 15.1.1 (2022-06-30)
+
+No changes.
+
## 15.1.0 (2022-06-21)
### Added (4 changes)
diff --git a/VERSION b/VERSION
index 3dc9b0362..ebed9e6f5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.1.0 \ No newline at end of file
+15.1.1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 9c6b039d4..8a30da2db 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.1.0'
+ VERSION = '15.1.1'
end