From 765199727ec6712069f51c474a8bf924a0be9516 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 16 May 2023 09:29:22 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9409d6..8439c1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this ## [Unreleased] ### Added +* [#1148](https://github.com/shlinkio/shlink/issues/1148) Add support to delete short URL visits. + + This can be done via `DELETE /short-urls/{shortCode}/visits` REST endpoint or via `short-url:delete-visits` console command. + + The CLI command includes a warning and requires the user to confirm before proceeding. + * [#1656](https://github.com/shlinkio/shlink/issues/1656) Add support for openswoole 22 ### Changed