0.1.73 (#1282)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea1cc13..04d5eb5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 0.1.73
+
+* deprecated `prefer_bool_in_asserts` (redundant w/ Dart 2 checks)
+* improved doc generation to highlight deprecated and experimental lints
+* bumped analyzer lower-bound to `0.33.4`
+* bumped SDK lower-bound to `2.1.0`
+* new lint: `unnecessary_await_in_return`
+
 # 0.1.72
 
 * new lint: `use_function_type_syntax_for_parameters`
diff --git a/pubspec.yaml b/pubspec.yaml
index bded5d2..d5c2962 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.72
+version: 0.1.73
 
 author: Dart Team <misc@dartlang.org>