Prepare to publish for stable null safety

PiperOrigin-RevId: 355456884
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8415ddc..b4731c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
+## 3.0.0
+
+* Stable release for null safety.
+
 ## 3.0.0-nullsafety.1
 
-- Make pedantic a dev_dependency.
+* Make pedantic a dev_dependency.
 
 ## 3.0.0-nullsafety.0
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 4c74865..d0b9de4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: webdriver
-version: 3.0.0-nullsafety.1
+version: 3.0.0
 
 description: >-
   Provides WebDriver bindings for Dart.
@@ -12,11 +12,11 @@
   sdk: '>=2.12.0-0 <3.0.0'
 
 dependencies:
-  archive: ^3.0.0-nullsafety.0
-  matcher: ^0.12.10-nullsafety.0
-  path: ^1.8.0-nullsafety.0
-  stack_trace: ^1.10.0-nullsafety.0
-  sync_http: ^0.3.0-nullsafety.0
+  archive: ^3.0.0
+  matcher: ^0.12.10
+  path: ^1.8.0
+  stack_trace: ^1.10.0
+  sync_http: ^0.3.0
 
 dev_dependencies:
   pedantic: ^1.10.0-nullsafety.0