0.1.75
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a0f191..e5e58c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.75
+
+* analyzer package dependency bumped to `^0.34.0` 
+
 # 0.1.74
 
 * experimental lints `avoid_positional_boolean_parameters`, `literal_only_boolean_expressions`, `prefer_foreach`, `prefer_void_to_null` promoted to stable
diff --git a/pubspec.yaml b/pubspec.yaml
index 88389e7..7706090 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.74
+version: 0.1.75
 
 author: Dart Team <misc@dartlang.org>