chore: Release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9149d45..5065b37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -175,7 +175,7 @@
 <!-- END doctoc generated TOC please keep comment here to allow auto update -->
 
 --------------------------------------------------------------------------------
-# Unreleased
+# 0.69.0 (2023-11-01)
 
 ## Added
 - Added the `ParseCallbacks::header_file` callback which runs on every filename passed to `Builder::header`.
diff --git a/Cargo.lock b/Cargo.lock
index 04423fc..cb3f87c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -23,7 +23,7 @@
 
 [[package]]
 name = "bindgen"
-version = "0.68.1"
+version = "0.69.0"
 dependencies = [
  "annotate-snippets",
  "bitflags 2.2.1",
@@ -45,7 +45,7 @@
 
 [[package]]
 name = "bindgen-cli"
-version = "0.68.1"
+version = "0.69.0"
 dependencies = [
  "bindgen",
  "clap",
diff --git a/bindgen-cli/Cargo.toml b/bindgen-cli/Cargo.toml
index 07e7786..2de54e7 100644
--- a/bindgen-cli/Cargo.toml
+++ b/bindgen-cli/Cargo.toml
@@ -11,7 +11,7 @@
 repository = "https://github.com/rust-lang/rust-bindgen"
 documentation = "https://docs.rs/bindgen"
 homepage = "https://rust-lang.github.io/rust-bindgen/"
-version = "0.68.1"
+version = "0.69.0"
 edition = "2018"
 rust-version = "1.64.0"
 
@@ -20,7 +20,7 @@
 name = "bindgen"
 
 [dependencies]
-bindgen = { path = "../bindgen", version = "=0.68.1",  default-features = false, features = ["__cli", "experimental"] }
+bindgen = { path = "../bindgen", version = "=0.69.0",  default-features = false, features = ["__cli", "experimental"] }
 clap = { version = "4", features = ["derive"] }
 clap_complete = "4"
 env_logger = { version = "0.10.0", optional = true }
diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml
index 8319868..9577760 100644
--- a/bindgen/Cargo.toml
+++ b/bindgen/Cargo.toml
@@ -14,7 +14,7 @@
 repository = "https://github.com/rust-lang/rust-bindgen"
 documentation = "https://docs.rs/bindgen"
 homepage = "https://rust-lang.github.io/rust-bindgen/"
-version = "0.68.1"
+version = "0.69.0"
 edition = "2018"
 build = "build.rs"
 # If you change this, also update README.md and msrv in .github/workflows/bindgen.yml