Collapse `-nullsafety` version CHANGELOG (#575)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff0b8c9..ab8a022 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+## 0.13.4-dev
+
 ## 0.13.3
 
 * Validate that the `method` parameter of BaseRequest is a valid "token".
@@ -13,10 +15,6 @@
 
 ## 0.13.0
 
-* Stable null safety release.
-
-## 0.13.0-nullsafety.0
-
 * Migrate to null safety.
 * Add `const` constructor to `ByteStream`.
 * Migrate `BrowserClient` from `blob` to `arraybuffer`.
diff --git a/pubspec.yaml b/pubspec.yaml
index 9d14110..cb7b2a6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: http
-version: 0.13.3
+version: 0.13.4-dev
 homepage: https://github.com/dart-lang/http
 description: A composable, multi-platform, Future-based API for HTTP requests.