0.1.121 (#2270)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3aa5a1a..e8dcac0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.1.121
+
+* performance improvements to `always_use_package_imports`, `avoid_renaming_method_parameters`, `prefer_relative_imports` and `public_member_api_docs`
+* (internal): update to analyzer `0.40.4` APIs
+
 # 0.1.120
 
 * new lint: `cast_nullable_to_non_nullable`
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 439d30d..2bda281 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.120';
+const String version = '0.1.121';
diff --git a/pubspec.yaml b/pubspec.yaml
index da287c5..c1d6a0b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.120
+version: 0.1.121
 
 description: >-
   The implementation of the lint rules supported by the analyzer framework.