0.1.52
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e925fbe..c44b996 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.1.52
+
+* fixed `void_checks` to handle arguments not resolved to a parameter
+* fixed exceptions produced by `prefer_const_literals_to_create_immutables`
+
 # 0.1.51
 
 * `unrelated_type_equality_checks` now allows comparison between `Int64` or `Int32` and `int`
diff --git a/pubspec.yaml b/pubspec.yaml
index 188f813..da1ab5f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.51
+version: 0.1.52
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter