0.1.43 (#878)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f6f195..6b8f737 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 0.1.43
+
+* new `prefer_const_declarations.dart` lint
+* new `prefer_const_literals_to_create_immutables` lint
+* miscellaneous documentation improvements
+
 # 0.1.42
 
 * added support for external constructors in `avoid_unused_constructor_parameters`
diff --git a/pubspec.yaml b/pubspec.yaml
index 6f10c30..c936acf 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.42
+version: 0.1.43
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter