diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbc85a6..dbcd3a98 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 df95bf60..432faccf 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