diff --git a/CHANGELOG.md b/CHANGELOG.md
index 511773db7..c9e4c9bc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
 # Changelog
 
+## 3.7.0
+
+BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major
+release) but it's still a breaking change for some users.
+
+- Update fastrand from 1.6 to 2.0
+- Update rustix to 0.38
+- Updates the MSRV to 1.63.
+- Provide AsFd/AsRawFd on wasi.
+
 ## 3.6.0
 
 - Update windows-sys to 0.48.
diff --git a/Cargo.toml b/Cargo.toml
index 2d2c888ad..3ddb9c545 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "tempfile"
-version = "3.6.0"
+version = "3.7.0"
 authors = [
   "Steven Allen <steven@stebalien.com>",
   "The Rust Project Developers",