Release stack_trace 1.0.0.

R=kevmoo@google.com, rnystrom@google.com

Review URL: https://codereview.chromium.org//308763003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/shelf@36891 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 538153e..2926976 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.5.4+1
+
+* Widen the version constraint for `stack_trace`.
+
 ## 0.5.4
 
 * The `shelf_io` adapter now sends the `Date` HTTP header by default.
diff --git a/pubspec.yaml b/pubspec.yaml
index 712ad4a..b6e13fb 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: shelf
-version: 0.5.4
+version: 0.5.4+1
 author: Dart Team <misc@dartlang.org>
 description: Web Server Middleware for Dart
 homepage: http://www.dartlang.org
@@ -10,7 +10,7 @@
   collection: '>=0.9.1 <0.10.0'
   http_parser: '>=0.0.0 <0.1.0'
   path: '>=1.0.0 <2.0.0'
-  stack_trace: '>=0.9.2 <0.10.0'
+  stack_trace: '>=0.9.2 <2.0.0'
 dev_dependencies:
   http: '>=0.9.2 <0.12.0'
   scheduled_test: '>=0.10.0 <0.12.0'