Prepare to release 3.4.2

Removed gratuitous title from changelog
Removed author from pubspec and wrapped the description
Removed gratuitous title in readme, fixed package link, removed
gratuitous link to issue reporting – it's include on the pub site
diff --git a/changelog.md b/changelog.md
index 3012230..b7a3c57 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,5 @@
-# Changelog
+## 3.4.2
+- A number of cleanups to improve the package health score.
 
 ## 3.4.1
 - increase the support SDK range to `'<3.0.0'`
diff --git a/pubspec.yaml b/pubspec.yaml
index 20e60b9..2ab40fb 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,10 +3,9 @@
 # BSD-style license that can be found in the LICENSE file.
 
 name: usage
-version: 3.4.2-dev
-description: A Google Analytics wrapper for both command-line, web, and Flutter apps.
+version: 3.4.2
+description: A Google Analytics wrapper for command-line, web, and Flutter apps.
 homepage: https://github.com/dart-lang/usage
-author: Dart Team <misc@dartlang.org>
 
 environment:
   sdk: '>=2.2.0 <3.0.0'
diff --git a/readme.md b/readme.md
index 4c51e39..826226d 100644
--- a/readme.md
+++ b/readme.md
@@ -1,8 +1,6 @@
-# usage
+A wrapper around Google Analytics for command-line, web, and Flutter apps.
 
-`usage` is a wrapper around Google Analytics for command-line, web, and Flutter apps.
-
-[![pub package](https://img.shields.io/pub/v/usage.svg)](https://pub.dartlang.org/packages/usage)
+[![pub package](https://img.shields.io/pub/v/usage.svg)](https://pub.dev/packages/usage)
 [![Build Status](https://travis-ci.org/dart-lang/usage.svg)](https://travis-ci.org/dart-lang/usage)
 [![Coverage Status](https://img.shields.io/coveralls/dart-lang/usage.svg)](https://coveralls.io/r/dart-lang/usage?branch=master)
 
@@ -111,13 +109,3 @@
 ## Contributing
 
 Tests can be run using `pub run test`.
-
-## Issues and bugs
-
-Please file reports on the
-[GitHub Issue Tracker](https://github.com/dart-lang/usage/issues).
-
-## License
-
-You can view our license
-[here](https://github.com/dart-lang/usage/blob/master/LICENSE).