stable null safety release (#47)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9edf3eb..4bc3087 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.0.0
+
+* Stable null safety release.
+
 ## 2.0.0-nullsafety.0
 
 * Migrate to null_safety
diff --git a/pubspec.yaml b/pubspec.yaml
index 1f07599..7041f27 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: glob
-version: 2.0.0-nullsafety.0
+version: 2.0.0
 
 description: Bash-style filename globbing.
 author: Dart Team <misc@dartlang.org>
@@ -9,18 +9,13 @@
   sdk: '>=2.12.0-0 <3.0.0'
 
 dependencies:
-  async: ^2.5.0-nullsafety
-  collection: ^1.15.0-nullsafety
-  file: ^6.0.0-nullsafety
-  path: ^1.8.0-nullsafety
-  pedantic: ^1.10.0-nullsafety
-  string_scanner: ^1.1.0-nullsafety
+  async: ^2.5.0
+  collection: ^1.15.0
+  file: ^6.0.0
+  path: ^1.8.0
+  pedantic: ^1.10.0
+  string_scanner: ^1.1.0
 
 dev_dependencies:
   test: ^1.16.0-nullsafety.9
   test_descriptor: ^2.0.0-nullsafety
-
-# Required to get a version solve due to cyclic deps
-dependency_overrides:
-  analyzer: ">=0.36.0 <0.41.0"
-  test_core: ^0.3.12-nullsafety.9