diff --git a/CHANGELOG b/CHANGELOG index f755457..d515f2e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2019-07-16 - v1.1.0 + * Require rustc 1.31 at least to build, using the 2018 language edition. + * Internal dependency upgrades. + 2017-12-29 - v1.0.0 * Add support for preview property and preview image functions. * This wraps up the last of the planned features to support -- we're at 1.0! diff --git a/Cargo.toml b/Cargo.toml index 3c13687..e4ad1b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ FFI declarations are provided here; for a usable Rust library, consider the `rexiv2` crate. """ -version = "1.0.0" +version = "1.1.0" authors = ["Felix Crux "] license = "GPL-3.0+" documentation = "https://felixcrux.com/files/doc/gexiv2_sys/"