From 8a397d8c86ca7429a4fe01eca4864ea34001687a Mon Sep 17 00:00:00 2001 From: Jakob Andersen Date: Thu, 5 Apr 2018 10:14:10 +0200 Subject: [PATCH] Prepare release 0.4.1 (#80) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbc85a..dbcd3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 - 2018-04-04 + +* Fixes for supporting Dart 2. + ## 0.4.0 - 2018-03-16 * Moved TLS credentials for server into a separate class. diff --git a/pubspec.yaml b/pubspec.yaml index df95bf6..432facc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: grpc description: Dart implementation of gRPC. -version: 0.4.0 +version: 0.4.1 author: Dart Team homepage: https://github.com/dart-lang/grpc-dart