v0.58.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0f3b18..892a864 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -144,6 +144,16 @@
 
 ## Security
 
+# 0.58.1
+
+Released 2021/04/06
+
+## Added
+
+ * Re-introduced unintentionally removed
+   `bindgen::Builder::whitelist_recursively` (deprecated in favor of
+  `bindgen::Builder::allowlist_recursively`). [#2022][]
+
 # 0.58.0
 
 Released 2021/04/03
diff --git a/Cargo.lock b/Cargo.lock
index e7c273e..7fc4535 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -33,7 +33,7 @@
 
 [[package]]
 name = "bindgen"
-version = "0.58.0"
+version = "0.58.1"
 dependencies = [
  "bitflags",
  "cexpr",
diff --git a/Cargo.toml b/Cargo.toml
index 4215c95..dd30f09 100644
--- a/Cargo.toml
+++ b/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.58.0"
+version = "0.58.1"
 edition = "2018"
 build = "build.rs"