diff --git a/CHANGELOG.md b/CHANGELOG.md index 20413ab4..c0fefa33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.4.4 * Improve output logging when memcache connections fail. +* Fix Dart 2 runtime issues. ## 0.4.3+1 diff --git a/pubspec.yaml b/pubspec.yaml index 74a4f61d..f950610f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: appengine -version: 0.4.4-dev +version: 0.4.4 author: Dart Team description: Support for using Dart as a custom runtime on Google App Engine Flexible Environment homepage: https://github.com/dart-lang/appengine