0.1.76 (#1312)

* 0.1.76

* typo
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5e58c1..4340b96 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 0.1.76
+
+* `unnecessary_parenthesis` updated to allow wrapping a `!` argument
+* miscellaneous documentation grammar and spelling fixes
+* improved error messages for `always_declare_return_types`
+* fix `prefer_final_fields ` to work with classes that have generic type arguments
+* (internal): deprecated code cleanup
+* fixed false positives in `unrelated_type_equality_checks`
+
 # 0.1.75
 
 * analyzer package dependency bumped to `^0.34.0` 
diff --git a/pubspec.yaml b/pubspec.yaml
index 7706090..df982c8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.75
+version: 0.1.76
 
 author: Dart Team <misc@dartlang.org>