diff --git a/Changelog.md b/Changelog.md index 53097159d..1238d4b57 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.5.3 (unreleased) +### 0.5.3 (2019-01-22) Language Features: * Provide access to creation and runtime code of contracts via ``type(C).creationCode`` / ``type(C).runtimeCode``. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 438abbdd4..e1581293b 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -620,5 +620,9 @@ "0.5.2": { "bugs": [], "released": "2018-12-19" + }, + "0.5.3": { + "bugs": [], + "released": "2019-01-22" } } \ No newline at end of file