allow the 2.12 prerelease sdks (#26)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3166551..4379f83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.1.0-nullsafety.2
+
+* Allow prerelease versions of the 2.12 sdk.
+
 ## 1.1.0-nullsafety.1
 
 - Allow 2.10 stable and 2.11.0 dev SDK versions.
diff --git a/pubspec.yaml b/pubspec.yaml
index 566f482..9684e14 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
 name: string_scanner
-version: 1.1.0-nullsafety.1
+version: 1.1.0-nullsafety.2
 
 description: A class for parsing strings using a sequence of patterns.
 homepage: https://github.com/dart-lang/string_scanner
 
 environment:
   # This must remain a tight constraint until nnbd is stable
-  sdk: '>=2.10.0-0 <2.11.0'
+  sdk: '>=2.10.0-0 <2.12.0'
 
 dependencies:
   charcode: '>=1.2.0-nullsafety <1.2.0'