From 1baabab986f4529cd67853719ae92a63897701fd Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Wed, 5 Jun 2019 06:53:00 +1000 Subject: [PATCH] Preparing for a new release (#104) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ce63ac..08162d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.0 + + * Refactored to use `package:grpc` to talk to Logging and Datastore backends. + ## 0.6.1 * Added `isCronJonRequest` as a helper method for determining if a request diff --git a/pubspec.yaml b/pubspec.yaml index e3dcd2db..95a52d0c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: appengine -version: 0.6.1 +version: 0.7.0 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