diff --git a/Changelog.md b/Changelog.md index 1c5edccaa..7877a11d5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.8.19 (unreleased) +### 0.8.19 (2023-02-22) Language Features: * Allow defining custom operators for user-defined value types via ``using {f as +} for T global`` syntax. diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 1541a4655..4bbf5584b 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -1776,6 +1776,10 @@ "bugs": [], "released": "2023-02-01" }, + "0.8.19": { + "bugs": [], + "released": "2023-02-22" + }, "0.8.2": { "bugs": [ "AbiReencodingHeadOverflowWithStaticArrayCleanup",