diff options
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | docs/bugs_by_version.json | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 53097159..1238d4b5 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 438abbdd..e1581293 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 |