diff --git a/CHANGELOG.md b/CHANGELOG.md index 739dacb5..ad5a71a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.0.0 +* Angel 2! :angel: :rocket: + # 2.0.0-rc.10 * Fix an error that prevented `AngelHttp2.custom` from working properly. * Add `startSharedHttp2`. diff --git a/pubspec.yaml b/pubspec.yaml index 5135371c..129e1a39 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_framework -version: 2.0.0-rc.10 +version: 2.0.0 description: A high-powered HTTP server with dependency injection, routing and much more. author: Tobe O homepage: https://github.com/angel-dart/angel_framework