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>2021-10-28 15:10:15 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-10-28 15:10:15 +0300
commitf5bdb31e46413ff3a4fcdcafcbeefdd742e0f362 (patch)
treea541c5d1160f89eaa1946281bf38a5ab63033ec4
parent7abdbce59731637552b86002fcbe8754b3d98623 (diff)
parent735a55dc3d633b50c81fc1b69947a9774c40a658 (diff)
Merge remote-tracking branch 'dev/14-4-stable' into 14-4-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 b820ebd18..cfc2bcfcd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Gitaly changelog
+## 14.4.1 (2021-10-28)
+
+No changes.
+
## 14.4.0 (2021-10-21)
### Added (7 changes)
diff --git a/VERSION b/VERSION
index 29015ece8..97ea4c05c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.4.0 \ No newline at end of file
+14.4.1 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index b2ec8c9c7..d86b3799f 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.4.0'
+ VERSION = '14.4.1'
end