diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fad41b..825cf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -## 0.5.0 - 2018-06-29 +## 0.5.0 - 2018-07-10 -* Implemented interceptors. +* Breaking change: The package now exclusively supports Dart 2. +* Fixed tests to pass in Dart 2. +* Added support for Interceptors ([issue #79](https://github.com/grpc/grpc-dart/issues/79)); thanks to [@mogol](https://github.com/mogol) for contributing! ## 0.4.1 - 2018-04-04 diff --git a/README.md b/README.md index ba70f23..3a415dc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ please [open an issue](https://github.com/dart-lang/grpc-dart/issues). # Notes -This library requires Dart SDK version 1.24.3 or later. +This library requires Dart SDK version 2.0 or later. It currently supports the the [Flutter](https://flutter.io/) and [VM/Server](https://www.dartlang.org/dart-vm) platforms. The potential