Support http_parser 1.0.0.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1306013003 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76b7643..ff57393 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.6.2+1
+
+* Support `http_parser` 1.0.0.
+
 ## 0.6.2
 
 * Added a `body` named argument to `change` method on `Request` and `Response`.
diff --git a/pubspec.yaml b/pubspec.yaml
index af2b651..58bebab 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: shelf
-version: 0.6.3-dev
+version: 0.6.2+1
 author: Dart Team <misc@dartlang.org>
 description: Web Server Middleware for Dart
 homepage: https://github.com/dart-lang/shelf
@@ -7,7 +7,7 @@
   sdk: '>=1.9.0 <2.0.0'
 dependencies:
   collection: '^1.0.0'
-  http_parser: '^0.0.0'
+  http_parser: '>=0.0.0 <2.0.0'
   path: '^1.0.0'
   stack_trace: '^1.0.0'
 dev_dependencies: