0.1.71
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f60be94..77c9bba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
-# future
+# 0.1.71
 
 * new lint: `prefer_int_literals`
+* update `await_only_futures` to allow awaiting on `null`
+* update `use_setters_to_change_properties` to work with `=>` short-hand
 
 # 0.1.70
 
diff --git a/pubspec.yaml b/pubspec.yaml
index ceabb8f..2353fe2 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.70
+version: 0.1.71
 
 author: Dart Team <misc@dartlang.org>