Merge pull request #103 from dart-lang/3.0.1

rev to 3.0.1
diff --git a/changelog.md b/changelog.md
index 04c4f61..7558a01 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
 # Changelog
 
+## 3.0.1
+- expose the `Analytics.clientId` field
+
 ## 3.0.0+1
 - fixed an NPE in the `usage_io` `getPlatformLocale()` method
 
diff --git a/pubspec.yaml b/pubspec.yaml
index e061291..67cc71c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,7 +3,7 @@
 # BSD-style license that can be found in the LICENSE file.
 
 name: usage
-version: 3.0.0+1
+version: 3.0.1
 description: A Google Analytics wrapper for both command-line, web, and Flutter apps.
 homepage: https://github.com/dart-lang/usage
 author: Dart Team <misc@dartlang.org>