diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa7c8350c95..10c15e9d7503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ +## 2.19.6 - 2023-03-29 + +This is a patch release that: + +- Fixes an `Out of Memory` exception due to a VM bug. (issue [#50537]). + +[#50537]: https://github.com/dart-lang/sdk/issues/50537 + ## 2.19.5 - 2023-03-22 This is a patch release that: - Fixes fixes broken usage of `Dart_CObject_Type`. (issue [#51459]). -- Updates test matrix on the stable channel. (issue [#51764]). [#51459]: https://github.com/dart-lang/sdk/issues/51459 -[#51764]: https://github.com/dart-lang/sdk/issues/51764 ## 2.19.4 - 2023-03-08 diff --git a/tools/VERSION b/tools/VERSION index 80da22cb0fcf..f941da3ef859 100644 --- a/tools/VERSION +++ b/tools/VERSION @@ -26,6 +26,6 @@ CHANNEL stable MAJOR 2 MINOR 19 -PATCH 5 +PATCH 6 PRERELEASE 0 PRERELEASE_PATCH 0