diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee377c..1dcde54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). This file follows the convention described at [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [0.19.1] - 2023-09-23 ### Changed - Feature `disable-hdri` is now enabled by default to work around an apparent bug with rust-bindgen that cannot discover the `QuantumRange` constant which diff --git a/Cargo.toml b/Cargo.toml index afcdd66..c6dc34b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick_rust" -version = "0.19.0" +version = "0.19.1" authors = ["Nathan Fiedler "] description = "Selection of Rust bindings for the ImageMagick library." homepage = "https://github.com/nlfiedler/magick-rust"