diff --git a/CHANGELOG.md b/CHANGELOG.md index c629a1b9..fd729a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2.0.5 +# 2.0.5-beta * Make `@Expose()` in `Controller` optional. https://github.com/angel-dart/angel/issues/107 * Add `allowHttp1` to `AngelHttp2` constructors. https://github.com/angel-dart/angel/issues/108 * Add `deserializeBody` and `decodeBody` to `RequestContext`. https://github.com/angel-dart/angel/issues/109 diff --git a/pubspec.yaml b/pubspec.yaml index 2caf2790..ef9b3c27 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_framework -version: 2.0.5 +version: 2.0.5-beta description: A high-powered HTTP server with dependency injection, routing and much more. author: Tobe O homepage: https://github.com/angel-dart/angel_framework