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/json_rpc_2@36891 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b0694e..ba15fb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.0.2+3
+
+* Widen the version constraint for `stack_trace`.
+
 ## 0.0.2+2
 
 * Fix error response to include data from `RpcException` when not a map.
diff --git a/pubspec.yaml b/pubspec.yaml
index b340db3..2cf1bc8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,11 +1,11 @@
 name: json_rpc_2
-version: 0.0.2+2
+version: 0.0.2+3
 author: Dart Team <misc@dartlang.org>
 description: An implementation of the JSON-RPC 2.0 spec.
 homepage: http://www.dartlang.org
 documentation: http://api.dartlang.org/docs/pkg/json_rpc_2
 dependencies:
-  stack_trace: '>=0.9.1 <0.10.0'
+  stack_trace: '>=0.9.1 <2.0.0'
 dev_dependencies:
   unittest: ">=0.9.0 <0.10.0"
 environment: