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:
authorPaul Okstad <pokstad@gitlab.com>2019-04-23 23:17:14 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-04-23 23:17:14 +0300
commitc664a5bc76dad0f0ee8426c58981d6ab12278163 (patch)
treedb4365219e8f22bf9379847a39756537a19809ac
parent75ffd74070cca51500f682f25836146ad7513067 (diff)
Version 1.20.1v1.20.11-20-stable
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/loosen_regex_for_exception_sanitization.yml5
3 files changed, 9 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de7883b77..c3c0538a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Gitaly changelog
+## v1.20.1
+
+#### Security
+- Loosen regex for exception sanitization
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/23
+- test
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.20.0
#### Fixed
diff --git a/VERSION b/VERSION
index 398935591..0044d6cb9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.20.0
+1.20.1
diff --git a/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml b/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml
deleted file mode 100644
index 041dd8b69..000000000
--- a/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Loosen regex for exception sanitization
-merge_request: 23
-author:
-type: security