Version 0.29.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb0599c..9701633 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-#### 0.28.3 - not yet released
+#### 0.28.3 - 2018-03-28
 
    * BREAKING CHANGE: Deleted `createTimer` and `createTimerPeriodic`, which
      were deprecated in 0.26.0.
diff --git a/README.md b/README.md
index 59055ea..82f3142 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
 We recommend the following version constraint:
 
     dependencies:
-      quiver: '>=0.28.2 <0.29.0'
+      quiver: '>=0.29.0 <0.30.0'
 
 # Main Libraries
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 4879ab3..ee6f4db 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: quiver
-version: 0.28.2
+version: 0.29.0
 authors:
 - Justin Fagnani <justinfagnani@google.com>
 - Yegor Jbanov <yjbanov@google.com>