support latest csslib
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbf745c..af73106 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,6 @@
-# changelog
+## 0.13.2
 
-This file contains highlights of what changes on each version of the html
-package.
+ * Support the latest release of `pkg/csslib`.
 
 ## 0.13.1
  * Update Set.difference to take a Set<Object>.
diff --git a/pubspec.yaml b/pubspec.yaml
index cceb1e4..5e9f0d5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
 name: html
-version: 0.13.1
+version: 0.13.2
 author: Dart Team <misc@dartlang.org>
 description: A library for working with HTML documents. Previously known as html5lib.
 homepage: https://github.com/dart-lang/html
 environment:
-  sdk: '>=1.21.0-dev.2.0 <2.0.0'
+  sdk: '>=1.21.0 <2.0.0'
 dependencies:
-  csslib: '>=0.13.2 <0.14.0'
+  csslib: '>=0.13.2 <0.15.0'
   source_span: '>=1.0.0 <2.0.0'
   utf: '>=0.9.0 <0.10.0'
 dev_dependencies: