From 49c67abf0a6f78ed0fcdfe104b58911a3ad2d1bd Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 1 Nov 2025 12:53:14 +0100 Subject: [PATCH] Add missing entry in 4.6.0 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a3a245..a7ae2865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this This is done via the `domain` query parameter in API endpoints, and via the `--domain` option in console commands. * [#2472](https://github.com/shlinkio/shlink/issues/2472) Add support for PHP 8.5 +* [#2291](https://github.com/shlinkio/shlink/issues/2291) Add `api-key:delete` console command to delete API keys. ### Changed * [#2424](https://github.com/shlinkio/shlink/issues/2424) Make simple console commands invokable.