0.1.60 (#1143)

# 0.1.60

* new lint: `avoid_void_async`
* `unawaited_futures` updated to check cascades

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f32f8b3..b9616a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.1.60
+
+* new lint: `avoid_void_async`
+* `unawaited_futures` updated to check cascades
+
 # 0.1.59
 
 * relaxed `void_checks` (allowing `T Function()` to be assigned to `void Function()`)
diff --git a/pubspec.yaml b/pubspec.yaml
index 8c71d8b..053ad87 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.59
+version: 0.1.60
 
 author: Dart Team <misc@dartlang.org>