Release tar 0.3.0-nullsafety.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34b9b86..fc8e1e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
 ## 0.3.0-nullsafety.0
 
 - Remove `TarReader.contents` and `TarReader.header`. Use `current.contents` and `current.header`, respectively.
+- Fix some minor implementation details
 
 ## 0.2.0-nullsafety
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 94306ad..75e4d51 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.2.0-nullsafety
+version: 0.3.0-nullsafety.0
 repository: https://github.com/simolus3/tar/
 
 environment: