From aa294397a6191383984624dd152fb55e2f6e625f Mon Sep 17 00:00:00 2001 From: Gary Roumanis Date: Fri, 5 Jan 2018 16:34:35 -0800 Subject: [PATCH] prep for release (#24) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6fdd1..a221c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.5 + +* Internal changes only. + ## 2.0.4 * `Client.sendRequest()` now throws a `StateError` if the client is closed while diff --git a/pubspec.yaml b/pubspec.yaml index f80caa3..64c7ce7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: json_rpc_2 -version: 2.0.5-dev +version: 2.0.5 author: Dart Team description: An implementation of the JSON-RPC 2.0 spec. homepage: http://github.com/dart-lang/json_rpc_2