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:
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/sanitizing-v2.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc8ca5309..1802b0ac2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v0.117.3
+
+#### Security
+- Sanitize sentry events' logentry messages
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v0.117.2
#### Fixed
diff --git a/VERSION b/VERSION
index 377d8aca0..8387e21a2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.117.2
+0.117.3
diff --git a/changelogs/unreleased/sanitizing-v2.yml b/changelogs/unreleased/sanitizing-v2.yml
deleted file mode 100644
index 8d43717c6..000000000
--- a/changelogs/unreleased/sanitizing-v2.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "Sanitize sentry events' logentry messages"
-merge_request:
-author:
-type: security