Prepare shelf_router 1.0.0
diff --git a/pkgs/shelf_router/CHANGELOG.md b/pkgs/shelf_router/CHANGELOG.md
index e70afb3..1c9c9dd 100644
--- a/pkgs/shelf_router/CHANGELOG.md
+++ b/pkgs/shelf_router/CHANGELOG.md
@@ -1,4 +1,4 @@
-## v0.8.0-nullsafety.0
+## v1.0.0
 
  * Migrate package to null-safety
  * Since handlers are not allowed to return `null` in `shelf` 1.0.0, a router
diff --git a/pkgs/shelf_router/pubspec.yaml b/pkgs/shelf_router/pubspec.yaml
index 8a0116c..03f64df 100644
--- a/pkgs/shelf_router/pubspec.yaml
+++ b/pkgs/shelf_router/pubspec.yaml
@@ -1,5 +1,5 @@
 name: shelf_router
-version: 0.8.0-nullsafety.0
+version: 1.0.0
 description: |
   A convinent request router for the shelf web-framework, with support for
   URL-parameters, nested routers and routers generated from source annotations.
@@ -14,9 +14,5 @@
   test: ^1.16.0
   pedantic: ^1.10.0
   http: ^0.13.0
-dependency_overrides:
-  # Temporarily required until version 1.1.0 of http_methods is published.
-  http_methods:
-    path: ../http_methods
 environment:
   sdk: '>=2.12.0-0 <3.0.0'