diff --git a/HISTORY.md b/HISTORY.md
index ef34b65..a53dc9c 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,5 @@
-3.x
-===
+3.0.0 / 2024-07-25
+==================
 
   * deps: iconv-lite@0.6.3
     - Fix HKSCS encoding to prefer Big5 codes
diff --git a/package.json b/package.json
index a2096d7..5bc7165 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "raw-body",
   "description": "Get and validate the raw body of a readable stream.",
-  "version": "3.0.0-beta.1",
+  "version": "3.0.0",
   "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
   "contributors": [
     "Douglas Christopher Wilson <doug@somethingdoug.com>",