0.19.0
diff --git a/Cargo.toml b/Cargo.toml
index f8d3e23..3b4e9bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@
 name = "bindgen"
 readme = "README.md"
 repository = "https://github.com/crabtw/rust-bindgen"
-version = "0.18.0"
+version = "0.19.0"
 
 [[bin]]
 doc = false
diff --git a/Changelog.md b/Changelog.md
index a9b9d5f..d850cc3 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,9 @@
 This project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
+
+
+## [0.19.0] - 2016-07-17
 ### Breaking
 - Remove `Builder::default` to force the specification of the C header file
   name.
@@ -78,7 +81,8 @@
 
 ## [0.15.0] - 2016-08-31
 
-[Unreleased]: https://github.com/crabtw/rust-bindgen/compare/0.17...HEAD
+[Unreleased]: https://github.com/crabtw/rust-bindgen/compare/0.19...HEAD
+[0.19.0]: https://github.com/crabtw/rust-bindgen/compare/0.18...0.19
 [0.18.0]: https://github.com/crabtw/rust-bindgen/compare/0.17...0.18
 [0.17.0]: https://github.com/crabtw/rust-bindgen/compare/0.16...0.17
 [0.16.0]: https://github.com/crabtw/rust-bindgen/compare/0.15...0.16