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-24 02:24:41 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-04-24 02:24:41 +0300
commiteecc26aa64353daa3d38077251f92dbe77c35c16 (patch)
tree6f8e5a8a64cff46cfa7a28ef4d22354399e31d96
parentb2677c9aaa95b9e2fb902e0c1f2c6352df93ecfd (diff)
Version 1.34.1v1.34.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/loosen_regex_for_exception_sanitization.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1bb3e3ca6..4eaddfac6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.34.1
+
+#### Security
+- Loosen regex for exception sanitization
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/18
+
## v1.34.0
#### Added
diff --git a/VERSION b/VERSION
index 2b17ffd50..a95a46d9f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.34.0
+1.34.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 119746794..000000000
--- a/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Loosen regex for exception sanitization
-merge_request: 18
-author:
-type: security