Merge pull request #8 from dart-lang/publish

beta version release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69de29..a7c6323 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -0,0 +1,5 @@
+## 0.1.0
+
+Initial beta release. There is one notable missing feature in the release
+regarding constructor arguments, see
+[5](https://github.com/dart-lang/initialize/issues/5).
diff --git a/pubspec.yaml b/pubspec.yaml
index eee278d..b764a79 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: initialize
-version: 0.0.0
+version: 0.1.0
 author: Polymer.dart Authors <web@dartlang.org>
 description: Generic building blocks for doing static initialization.
 dependencies: