From 722e9d8693a6b479ee266e7ac2d6eac2310b9a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 8 Sep 2022 14:39:36 +0200 Subject: [PATCH] Set release date for 0.8.17 and update the bug list --- Changelog.md | 2 +- docs/bugs_by_version.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 500f859de..2167d5b70 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.8.17 (unreleased) +### 0.8.17 (2022-09-08) Important Bugfixes: * Yul Optimizer: Prevent the incorrect removal of storage writes before calls to Yul functions that conditionally terminate the external EVM call. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index df8fdc633..11ddd40b0 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1768,6 +1768,10 @@ ], "released": "2022-08-08" }, + "0.8.17": { + "bugs": [], + "released": "2022-09-08" + }, "0.8.2": { "bugs": [ "AbiReencodingHeadOverflowWithStaticArrayCleanup",