v0.55.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c5fca5..4ab8200 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -144,6 +144,17 @@
 
 --------------------------------------------------------------------------------
 
+# 0.55.1
+
+Released 2020/08/24.
+
+## Fixed
+
+ * Fixed a regression where anonymous enums referenced by members or such won't
+   generate valid Rust code. (#1882).
+
+--------------------------------------------------------------------------------
+
 # 0.55.0
 
 Released 2020/08/23.
diff --git a/Cargo.lock b/Cargo.lock
index 25e878c..b4a5544 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -27,7 +27,7 @@
 
 [[package]]
 name = "bindgen"
-version = "0.55.0"
+version = "0.55.1"
 dependencies = [
  "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 41616e7..7ab43a2 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.55.0"
+version = "0.55.1"
 edition = "2018"
 build = "build.rs"