0.1.56 (#1056)

# 0.1.56

* fix to `avoid_positional_boolean_parameters` to ignore overridden methods
* fix to `prefer_is_empty` to not evaluate constants beyond int literals
* new lint: `null_closures`
* new lint: `lines_longer_than_80_chars`
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86b0595..d80dbc6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 0.1.56
+
+* fix to `avoid_positional_boolean_parameters` to ignore overridden methods
+* fix to `prefer_is_empty` to not evaluate constants beyond int literals
+* new lint: `null_closures`
+* new lint: `lines_longer_than_80_chars`
+
 # 0.1.55
 
 * fixed an issue in `const` error handling
diff --git a/pubspec.yaml b/pubspec.yaml
index 4948c20..e230e9a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.55
+version: 0.1.56
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter