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-05-03 00:16:45 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-05-03 00:16:45 +0300
commita895d2869af396319323d9359c27f6ea5b13ab3d (patch)
tree65c665d2ce29f909352cc424e94326894dd70cce
parent7d76079d5e973d674bfbe6969b9337a0c435e2a3 (diff)
parentda46fa35f2995c3e442ecfc4f7daf49853142a38 (diff)
Merge remote-tracking branch 'dev/14-8-stable' into 14-8-stable14-8-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 7ce4f892c..d135866c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 14.8.6 (2022-04-29)
+
+No changes.
+
## 14.8.5 (2022-03-31)
### Fixed (1 change)
diff --git a/VERSION b/VERSION
index 8d7e6ce0f..a40c7d899 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.8.5 \ No newline at end of file
+14.8.6 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index bfb13da31..63c6645b7 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.8.5'
+ VERSION = '14.8.6'
end