From 25a3bf2df04a5c70a6b095454d7ebec69e8445d2 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 20 Dec 2021 12:43:48 +0100 Subject: [PATCH] Set release date. --- 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 091af2d7c..1bc414907 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.8.11 (unreleased) +### 0.8.11 (2021-12-20) Language Features: * General: New builtin function ``abi.encodeCall(functionPointer, (arg1, arg2, ...))`` that type-checks the arguments and returns the ABI-encoded function call data. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 6385af170..608ba3dfd 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1548,6 +1548,10 @@ "bugs": [], "released": "2021-11-09" }, + "0.8.11": { + "bugs": [], + "released": "2021-12-20" + }, "0.8.2": { "bugs": [ "SignedImmutables",