Release v0.7.2

This is an extremely minor update. It has no changes other than
increasing the maximum allowed syntex version, and changing the nightly
that we test against in `.travis.yml`
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9936e4d..08e750f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
 This project adheres to [Semantic Versioning](http://semver.org/), as described
 for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)
 
+## [0.7.2] - 2016-08-20
+
+* Updated nightly version and syntex support.
+
 ## [0.7.1] - 2016-08-11
 
 ### Changed
diff --git a/diesel_codegen/Cargo.toml b/diesel_codegen/Cargo.toml
index 7bdeac2..51f1ce8 100644
--- a/diesel_codegen/Cargo.toml
+++ b/diesel_codegen/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "diesel_codegen"
-version = "0.7.1"
+version = "0.7.2"
 authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
 license = "MIT OR Apache-2.0"
 description = "Annotations to remove boilerplate from Diesel"
diff --git a/diesel_codegen_syntex/Cargo.toml b/diesel_codegen_syntex/Cargo.toml
index 82080e1..b6c54fd 100644
--- a/diesel_codegen_syntex/Cargo.toml
+++ b/diesel_codegen_syntex/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "diesel_codegen_syntex"
-version = "0.7.1"
+version = "0.7.2"
 authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
 license = "MIT OR Apache-2.0"
 build = "build.rs"