support the latest version of pkg:http
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27cebb3..4c25f16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.1.0+6
+
+* Support the latest version of `package:http`.
+
 ## 0.1.0+5
 
 * Support Dart 2.
diff --git a/pubspec.yaml b/pubspec.yaml
index f52f4ce..bdddffd 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: shelf_proxy
-version: 0.1.0+5
+version: 0.1.0+6
 author: Dart Team <misc@dartlang.org>
 description: A shelf handler for proxying requests to another server.
 homepage: https://github.com/dart-lang/shelf_proxy
@@ -8,7 +8,7 @@
   sdk: '>=2.0.0 <3.0.0'
 
 dependencies:
-  http: '>=0.9.0 <0.12.0'
+  http: '>=0.9.0 <0.13.0'
   path: '>=1.0.0 <2.0.0'
   shelf: '>=0.5.2 <0.8.0'