From 5458a9e6b7ad0616495899c98c3441c974a359fa Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Mon, 8 Jun 2020 14:51:52 -0700 Subject: [PATCH] Prepare to publish (#54) --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e56723..611aa71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.2.1-dev +## 2.2.1 * Fix `Peer` requests not terminating when the underlying channel is closed. diff --git a/pubspec.yaml b/pubspec.yaml index d030b6b..08c435a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: json_rpc_2 -version: 2.2.1-dev +version: 2.2.1 description: >- Utilities to write a client or server using the JSON-RPC 2.0 spec. homepage: https://github.com/dart-lang/json_rpc_2