Prepare to publish (#1312)

diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md
index 15e3526..5d11d19 100644
--- a/dwds/CHANGELOG.md
+++ b/dwds/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 11.0.0-dev
+## 11.0.0
 
 - Do not send `kServiceExtensionAdded` events to subscribers
   on the terminating isolate during hot restart.
diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart
index f5c226a8..d07ee24 100644
--- a/dwds/lib/src/version.dart
+++ b/dwds/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '11.0.0-dev';
+const packageVersion = '11.0.0';
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml
index d4825a2..43a11b5 100644
--- a/dwds/pubspec.yaml
+++ b/dwds/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dwds
 # Every time this changes you need to run `pub run build_runner build`.
-version: 11.0.0-dev
+version: 11.0.0
 homepage: https://github.com/dart-lang/webdev/tree/master/dwds
 description: >-
   A service that proxies between the Chrome debug protocol and the Dart VM