0.1.78
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d28bf1..63ae9cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.1.78
+
+* restored `prefer_final_locals` to ignore loop variables, and
+* introduced a new `prefer_final_in_for_each` lint to handle the `for each` case
+
 # 0.1.77
 
 * updated `prefer_final_locals` to check to for loop variables
diff --git a/pubspec.yaml b/pubspec.yaml
index fafe52e..b5de054 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.77
+version: 0.1.78
 
 author: Dart Team <misc@dartlang.org>