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-30 18:14:55 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-08-30 18:14:55 +0300
commit61cbe5806ad3ff38b4362b387805bf798f9fe8b7 (patch)
treefea245f4727f05a2169ed7f60ca262c270756c0a
parent02c6c4944445b20f35d259e8e0b1d57ca5c4170b (diff)
parentb7705d78774a85ac502d63a40838d7972ebbbbbc (diff)
Merge remote-tracking branch 'dev/15-1-stable' into 15-1-stable15-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 899970829..d0c4271f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 15.1.6 (2022-08-30)
+
+No changes.
+
## 15.1.5 (2022-08-22)
No changes.
diff --git a/VERSION b/VERSION
index 086830eb8..9bc1af644 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.1.5 \ No newline at end of file
+15.1.6 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 8441befe0..1557fbf01 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.5'
+ VERSION = '15.1.6'
end