Auto merge of #1196 - fitzgen:bump-to-0.32.1, r=KiChjang

Bump to 0.32.1 minor release

rs? @emilio
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4e13b2..f877dd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,6 +63,19 @@
 
 --------------------------------------------------------------------------------
 
+# 0.32.1
+
+Released 2017/12/18
+
+## Fixed
+
+* When translating C/C++ `enum`s into Rust `enum`s using `rustified_enum` /
+  `--rustified-enum`, properly add `#[repr(C)]` to the emitted `enum`. [#1183][]
+
+[#1183]: https://github.com/rust-lang-nursery/rust-bindgen/issues/1183
+
+--------------------------------------------------------------------------------
+
 # 0.32.0
 
 Released 2017/12/08
diff --git a/Cargo.lock b/Cargo.lock
index 2d091c9..00b76ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -23,7 +23,7 @@
 
 [[package]]
 name = "bindgen"
-version = "0.32.0"
+version = "0.32.1"
 dependencies = [
  "cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index bc36614..e89127d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
 readme = "README.md"
 repository = "https://github.com/rust-lang-nursery/rust-bindgen"
 documentation = "https://docs.rs/bindgen"
-version = "0.32.0"
+version = "0.32.1"
 build = "build.rs"
 
 include = [