Pubspec and Changelog updates (pre publish).

R=keertip@google.com

Review URL: https://codereview.chromium.org//1425153005 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de76169..5562ef7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
+# 0.1.4
+
+* Added `always_declare_return_types` lint rule (#146).
+* Improved `always_specify_types` to detect missing types in declared identifiers and narrowed source range to the token.
+* Added `implementation_imports` lint rule (#33).
+* Test performance improvements.
+
 # 0.1.3+5
 
-* Added `always_specify_types` lint rule.
+* Added `always_specify_types` lint rule (#144).
 
 # 0.1.3+4
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 8cc6169..25288c4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.3+5
+version: 0.1.4
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter