diff --git a/CHANGELOG.md b/CHANGELOG.md index 825cf1c..1f906e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.0 - 2018-07-12 + +* Dart SDK upper constraint raised to declare compatability with Dart 2.0 stable. + ## 0.5.0 - 2018-07-10 * Breaking change: The package now exclusively supports Dart 2. diff --git a/pubspec.yaml b/pubspec.yaml index a139fc2..1ce4daf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: grpc description: Dart implementation of gRPC. -version: 0.5.0 +version: 0.6.0 author: Dart Team homepage: https://github.com/dart-lang/grpc-dart environment: - sdk: '>=2.0.0-dev.58.0 <2.0.0' + sdk: '>=2.0.0-dev.58.0 <3.0.0' dependencies: async: '>=1.13.3 <3.0.0'