rev to 0.0.5
diff --git a/changelog.md b/changelog.md
index 2e54a5e..f0c8bfb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -6,7 +6,7 @@
   missing internet connection
 - Track additional browser data, such as screen size and language
 - Added tests for `usage` running in a dart:html context
--
+- Changed to a custom implementation of UUID; saved ~376k in compiled JS size
 
 ## 0.0.4
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 2c5cc30..bb9cb64 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: 0.0.5-dev
+version: 0.0.5
 description: A Google Analytics wrapper for both command-line and web apps.
 homepage: https://github.com/dart-lang/usage
 author: Dart Team <misc@dartlang.org>