diff --git a/.changeset/yellow-ghosts-bow.md b/.changeset/yellow-ghosts-bow.md
deleted file mode 100644
index 58d53b5b..00000000
--- a/.changeset/yellow-ghosts-bow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'preact-render-to-string': patch
----
-
-Correctly render `null` as an `__html` value as an empty string
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4411aacb..1a192820 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # preact-render-to-string
 
+## 6.5.2
+
+### Patch Changes
+
+- [#360](https://github.com/preactjs/preact-render-to-string/pull/360) [`689e88d`](https://github.com/preactjs/preact-render-to-string/commit/689e88d9db6e14ea101d37f2a454afb96f926594) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Correctly render `null` as an `__html` value as an empty string
+
 ## 6.5.1
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 42e1d61e..aa753393 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "preact-render-to-string",
 	"amdName": "preactRenderToString",
-	"version": "6.5.1",
+	"version": "6.5.2",
 	"description": "Render JSX to an HTML string, with support for Preact components.",
 	"main": "dist/index.js",
 	"umd:main": "dist/index.umd.js",