0.1.99
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8c033c..cbb0685 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# 0.1.99
+
+* fixed unsafe cast in `overridden_fields`
+* (internal) migrated to the mock SDK in `package:analyzer` for testing
+* fixed empty argument list access in `use_full_hex_values_for_flutter_color_fix`
+* new lint: `prefer_relative_imports`
+* improved messages for `await_only_futures`
+
 # 0.1.98
 
 * fixed null raw expression accesses in `use_to_and_as_if_applicable`
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 71f0ec2..e7ddb35 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.98';
+const String version = '0.1.99';
diff --git a/pubspec.yaml b/pubspec.yaml
index 24f0dab..8dea0f5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.98
+version: 0.1.99
 
 author: Dart Team <misc@dartlang.org>