v0.57.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8eed4d1..7532e5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -132,6 +132,23 @@
 
 ---
 
+# 0.57.0
+
+Released 2020/02/01
+
+# Added
+
+* Expose module-raw-lines to the CLI (#1936)
+* Added an option to fit macro constants to smaller types (#1945)
+* Add an option to respect C++ access specifiers on fields (#1968)
+
+## Fixed
+
+* Improved C++ auto-detection (#1933)
+* Fixed layout of bitfields in some edge cases (#1950)
+* Escape the dyn keyword properly (#1951)
+* Use absolute paths for unsaved files passed to clang (#1857).
+
 # 0.56.0
 
 Released 2020/11/26
diff --git a/Cargo.lock b/Cargo.lock
index 589076f..7e09431 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -31,7 +31,7 @@
 
 [[package]]
 name = "bindgen"
-version = "0.56.0"
+version = "0.57.0"
 dependencies = [
  "bitflags",
  "cexpr",
diff --git a/Cargo.toml b/Cargo.toml
index 3516fc2..4f8ac75 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.56.0"
+version = "0.57.0"
 edition = "2018"
 build = "build.rs"