From 88b8c6de25b43683359f21e69f444eb64103316e Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 12 Sep 2018 00:32:22 -0400 Subject: [PATCH] Bump to 2.0.0-alpha.4 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35abec92..b5a0f800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # 2.0.0-alpha.4 * Renamed `waterfall` to `chain`. +* Renamed `Routable.service` to `Routable.findService`. + * Also `Routable.findHookedService`. # 2.0.0-alpha.3 * Added `` type parameters to `Service`. diff --git a/pubspec.yaml b/pubspec.yaml index 826f606e..7f660f26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_framework -version: 2.0.0-alpha.3 +version: 2.0.0-alpha.4 description: > A high-powered HTTP server with DI, routing and more. When combined with the other packages in the Angel ecosystem, this