Merge remote-tracking branch 'origin/update_pkg_analazyer' into 0.12.6+x
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bfd7505..3017044 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.12.6+1
+
+* Declare compatibility with `http_multi_server` 2.0.0.
+
 ## 0.12.6
 
 * Add a machine-readable JSON reporter. For details, see
diff --git a/pubspec.yaml b/pubspec.yaml
index 0fcea3b..24c0cec 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -13,7 +13,7 @@
   collection: '^1.1.0'
   crypto: '^0.9.0'
   glob: '^1.0.0'
-  http_multi_server: '^1.0.0'
+  http_multi_server: '>=1.0.0 <3.0.0'
   http_parser: '>=0.0.2 <2.0.0'
   path: '^1.2.0'
   pool: '^1.2.0'