From a39b33549b45a4d2eb77b8aab22bc11881cf0e30 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Fri, 22 Nov 2019 08:21:01 -0500 Subject: [PATCH] Bump to 2.0.5 (not 2.1.0, semver) --- CHANGELOG.md | 4 +++- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30851f3..97f7d7c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -# 2.0.5 +# 2.1.0 +* This release was originally planned to be `2.0.5`, but it adds several features, and has +therefore been bumped to `2.1.0`. * Fix a new (did not appear before 2.6/2.7) type error causing compilation to fail. https://github.com/angel-dart/framework/issues/249 diff --git a/pubspec.yaml b/pubspec.yaml index ef9b3c27..664b7291 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_framework -version: 2.0.5-beta +version: 2.1.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