diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c14019..245d8e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] - ReleaseDate +## [1.0.2] - 2024-05-16 ### Fixes diff --git a/Cargo.toml b/Cargo.toml index 6b75a00..3b1508a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libheif-rs" -version = "1.0.1" +version = "1.0.2" authors = ["Kirill Kuzminykh "] edition = "2021" description = "Safe wrapper around the libheif-sys crate for parsing heif/heic files"