From e97711aececc73dc41981ab4c03011f27460b353 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Thu, 27 Oct 2022 13:55:39 +0200 Subject: [PATCH] Prepare 3.1.0 release (#585) --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8878c5e1..803fba51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.1.0-dev +## 3.1.0 * Expose a stream for connection state changes on ClientChannel to address [#428](https://github.com/grpc/grpc-dart/issues/428). diff --git a/pubspec.yaml b/pubspec.yaml index 58b60178..ffcc7590 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: grpc description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. -version: 3.1.0-dev +version: 3.1.0 repository: https://github.com/grpc/grpc-dart