Update version for release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ec92f6..6dda348 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+## 0.14.5
+
 * Fixed a crashed caused by parsing `:host()` without an argument and added an
   error message explaining that a selector argument is expected.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 64d3f9a..22d95b9 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: csslib
-version: 0.14.4+1
+version: 0.14.5
 
 description: A library for parsing CSS.
 author: Dart Team <misc@dartlang.org>