Prepare to release 0.3.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61b3a02..2d5a2f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.3.2
+
+- Allow arbitrarily many zero bytes at the end of an archive when
+  `disallowTrailingData` is enabled.
+
 ## 0.3.1
 
 - Add `disallowTrailingData` parameter to `TarReader`. When the option is set,
diff --git a/pubspec.yaml b/pubspec.yaml
index 8c7c28c..56ef9db 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: tar
 description: Memory-efficient, streaming implementation of the tar file format
-version: 0.3.1
+version: 0.3.2
 repository: https://github.com/simolus3/tar/
 
 environment: