diff --git a/Changelog.md b/Changelog.md index 03bfd2ce4920..ef5416fb3dcb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.8.23 (unreleased) +### 0.8.23 (2023-11-08) Important Bugfixes: * Optimizer: Fix block deduplicator bug which led to blocks which are identical apart from the contents of ``verbatim`` instructions to be treated as equivalent and thus collapsed into a single one. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 50132d0ed9ef..152e8d97a4d5 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1882,6 +1882,10 @@ ], "released": "2023-10-25" }, + "0.8.23": { + "bugs": [], + "released": "2023-11-08" + }, "0.8.3": { "bugs": [ "FullInlinerNonExpressionSplitArgumentEvaluationOrder",