diff --git a/CHANGELOG.md b/CHANGELOG.md index 75feac3f..73d69b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.0-alpha.7 +* Force a tigher contract on services. They now must return `Data` on all +methods except for `index`, which returns a `List`. + # 2.0.0-alpha.6 * Allow passing a custom `Container` to `handleContained` and co. diff --git a/pubspec.yaml b/pubspec.yaml index 3e8d1011..5f96b86f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_framework -version: 2.0.0-alpha.6 +version: 2.0.0-alpha.7 description: > A high-powered HTTP server with DI, routing and more. When combined with the other packages in the Angel ecosystem, this