0.1.98
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 520169a..a8c033c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.1.98
+
+* fixed null raw expression accesses in `use_to_and_as_if_applicable`
+* (internal) migrated to using analyzer `InheritanceManager3`
+
 # 0.1.97+1
 
 * enabled `camel_case_extensions` experimental lint
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 0ba992c..71f0ec2 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -3,4 +3,4 @@
 // BSD-style license that can be found in the LICENSE file.
 
 /// Package version.  Synchronized w/ pubspec.yaml.
-const String version = '0.1.97+1';
+const String version = '0.1.98';
diff --git a/pubspec.yaml b/pubspec.yaml
index 50d858c..62d3286 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.97+1
+version: 0.1.98
 
 author: Dart Team <misc@dartlang.org>