release 0.3.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9937cb7..598cde8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
-## 0.3.0-dev
+## 0.3.0
 
 * Library initializers now pass a `LibraryIdentifier` to `initialize` instead of
-just a `Symbol`. This provides the package, and path to the library in addition
+just a `Symbol`. This provides the package and path to the library in addition
 to the symbol so that paths can be normalized.
 
 ## 0.2.0
diff --git a/pubspec.yaml b/pubspec.yaml
index 018cdef..fd842a7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: initialize
-version: 0.3.0-dev
+version: 0.3.0
 author: Polymer.dart Authors <web@dartlang.org>
 description: Generic building blocks for doing static initialization.
 homepage: https://github.com/dart-lang/initialize