From a3e07034b60ffd7cf8fa991ba199b8256348ac9c Mon Sep 17 00:00:00 2001 From: Tobe O Date: Thu, 8 Nov 2018 17:02:23 -0500 Subject: [PATCH] update --- CHANGELOG.md | 3 ++- pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b09bd62a..d5aa0d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -# 2.0.0-alpha.2 +# 2.0.0-alpha.4 +# 2.0.0-alpha.3 * Update `http` dependency. # 2.0.0-alpha.2 diff --git a/pubspec.yaml b/pubspec.yaml index 292b8079..e2b49338 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,14 +2,14 @@ author: Tobe O description: Testing utility library for the Angel framework. Use with package:test. homepage: https://github.com/angel-dart/test.git name: angel_test -version: 2.0.0-alpha.3 +version: 2.0.0-alpha.4 dependencies: angel_client: ^2.0.0-alpha angel_framework: ^2.0.0-alpha angel_http_exception: ^1.0.0 angel_validate: ^2.0.0-alpha angel_websocket: ^2.0.0-alpha - http: ">=0.11.0 <0.13.0" + http: ^0.12.0 matcher: ^0.12.0+2 mock_request: ^1.0.0 web_socket_channel: ^1.0.0