Bump dart_internal again to work with the latest dev builds.

Change-Id: I18d79f4009def65855c6e75caaf54b78acd0d13a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365306
Reviewed-by: Leaf Petersen <leafp@google.com>
diff --git a/pkg/dart_internal/CHANGELOG.md b/pkg/dart_internal/CHANGELOG.md
index b805c2b..f2b185e 100644
--- a/pkg/dart_internal/CHANGELOG.md
+++ b/pkg/dart_internal/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.2.12
+
+- Support the latest Dart SDK.
+
 ## 0.2.11
 
 - Support the latest Dart SDK.
diff --git a/pkg/dart_internal/pubspec.yaml b/pkg/dart_internal/pubspec.yaml
index c1251bd..1aa52f3 100644
--- a/pkg/dart_internal/pubspec.yaml
+++ b/pkg/dart_internal/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dart_internal
-version: 0.2.11
+version: 0.2.12
 description: >-
   This package is not intended for wide use. It provides a temporary API to
   solve the problem: "Given an object some generic type A, how do I construct an
@@ -9,7 +9,7 @@
 environment:
   # Restrict the upper bound so that we can remove support for this in a later
   # version of the SDK without it being a breaking change.
-  sdk: ">=2.12.0 <3.5.0"
+  sdk: ">=2.12.0 <3.6.0"
 
 # Use 'any' constraints here; we get our versions from the DEPS file.
 dev_dependencies: