diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 2e73bf7b..3aa2a4cd 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -4,6 +4,15 @@ Changelog .. current developments +v1.11.1 +==================== + +**Fixed:** + +* Fixed slow response time of CLI commands (`PR #1972 `_). + + + v1.11.0 ==================== diff --git a/news/fix_cli_lag.rst b/news/fix_cli_lag.rst deleted file mode 100644 index 060aa3c3..00000000 --- a/news/fix_cli_lag.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed slow response time of CLI commands (`PR #1972 `_). - -**Security:** - -*