Version 3.3.1
Change-Id: Ie45ccdf19b9f1563e06ddc3a30184a7dc8e79873
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/355800
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30b2b04..64370b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 3.3.1
+## 3.3.1 - 2024-03-06
This is a patch release that:
@@ -7,10 +7,10 @@
library (issue [#55057][]).
- Disallows certain types involving extension types from being used as the
operand of an `await` expression, unless the extension type itself implements
- `Future` (issue [#54647][]).
+ `Future` (issue [#55095][]).
[#55057]: https://github.com/dart-lang/sdk/issues/55057
-[#54647]: https://github.com/dart-lang/sdk/issues/54647
+[#55095]: https://github.com/dart-lang/sdk/issues/55095
## 3.3.0 - 2024-02-15
diff --git a/tools/VERSION b/tools/VERSION
index 1e548a3..5023994 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -26,8 +26,6 @@
CHANNEL stable
MAJOR 3
MINOR 3
-PATCH 0
+PATCH 1
PRERELEASE 0
PRERELEASE_PATCH 0
-# Reauthoring version 3.3.0 due to a cherry-pick after the beta was promoted to
-# stable.