diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a9ae3..37c4151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [NEXT] - Unreleased +## [v0.9.1] - 2020-07-12 * Fixed build failure on arm32 due to invalid assumptions about int size. * Fixed null pointer crash when using `get_tag_raw()`. diff --git a/Cargo.toml b/Cargo.toml index e1c444e..bceeebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ write access to the Exif, XMP, and IPTC metadata in media files (typically photos) in various formats. """ -version = "0.9.0" +version = "0.9.1" authors = ["Felix Crux "] license = "GPL-3.0+" documentation = "https://felixcrux.com/files/doc/rexiv2/"