Support the latest pkg:csslib, prepare to release 0.14.0+1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ddbae7..139ec41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.14.0+1
+
+- Support `package:css` `>=0.13.2 <0.16.0`.
+
 ## 0.14.0
 
 *BREAKING CHANGES*
diff --git a/pubspec.yaml b/pubspec.yaml
index 90c3b33..4480d41 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: html
-version: 0.14.1-dev
+version: 0.14.0+1
 
 description: APIs for parsing and manipulating HTML content outside the browser.
 author: Dart Team <misc@dartlang.org>
@@ -9,7 +9,7 @@
   sdk: '>=2.0.0 <3.0.0'
 
 dependencies:
-  csslib: '>=0.13.2 <0.15.0'
+  csslib: '>=0.13.2 <0.16.0'
   source_span: '>=1.0.0 <2.0.0'
 
 dev_dependencies: