diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index 5ba10c5c..a8f7616a 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 8.1.1 + +* Updated broken image on README.md + ## 8.1.0 * Updated `uuid` to 4.0.0 diff --git a/packages/framework/pubspec.yaml b/packages/framework/pubspec.yaml index 74c5b1a3..3870e4cc 100644 --- a/packages/framework/pubspec.yaml +++ b/packages/framework/pubspec.yaml @@ -1,5 +1,5 @@ name: angel3_framework -version: 8.1.0 +version: 8.1.1 description: A high-powered HTTP server extensible framework with dependency injection, routing and much more. homepage: https://angel3-framework.web.app/ repository: https://github.com/dukefirehawk/angel/tree/master/packages/framework