From 56c77f84aea00fbe07f085f459aa5549014546e7 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Wed, 3 Apr 2019 15:15:01 +0200 Subject: [PATCH] bump_version (#165) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d5e9f..3ee33e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.2 + +* Fix bug where the server would crash if the client would break the connection. + ## 1.0.1 * Add `service_api.dart` that only contains the minimal imports needed by the code generated by diff --git a/pubspec.yaml b/pubspec.yaml index 7eecbec..92e7bd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: grpc description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. -version: 1.0.1 +version: 1.0.2 author: Dart Team homepage: https://github.com/dart-lang/grpc-dart