1.15.0 (#3071)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2238a23..f233145 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# 1.15.0
+
+- new lint: `use_decorated_box`
+- new lint: `no_leading_underscores_for_library_prefixes`
+- new lint: `no_leading_underscores_for_local_identifiers`
+- new lint: `secure_pubspec_urls`
+- new lint: `sized_box_shrink_expand`
+- new lint: `avoid_final_parameters`
+- improved docs for `omit_local_variable_types`
+
 # 1.14.0
 
 - fix `omit_local_variable_types` to not flag a local type that is 
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 140f7ab..107f62d 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 = '1.14.0';
+const String version = '1.15.0';
diff --git a/pubspec.yaml b/pubspec.yaml
index ccffa0b..61d85f1 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 1.14.0
+version: 1.15.0
 
 description: >-
   The implementation of the lint rules supported by the analyzer framework.