From ea96a00b12c90618c23de0c17c2fae985acae41e Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 31 May 2023 09:24:23 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c967cdf..204486f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this ## [Unreleased] ### Added -* *Nothing* +* [#1780](https://github.com/shlinkio/shlink/issues/1780) Add new `NO_ORPHAN_VISITS` API key role. + + Keys with this role will always get `0` when fetching orphan visits. + + When trying to delete orphan visits the result will also be `0` and no visits will actually get deleted. ### Changed * *Nothing*