Update version for release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 801816f..381b38a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+## 0.14.6
+
 * Removed whitespace between comma-delimited expressions in compact output.
 
   Before:
diff --git a/pubspec.yaml b/pubspec.yaml
index 22d95b9..4f6a9e2 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: csslib
-version: 0.14.5
+version: 0.14.6
 
 description: A library for parsing CSS.
 author: Dart Team <misc@dartlang.org>