diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e51fdf..c5b1c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ Since version 1.9.1, the format of this changelog is based on [Keep a Changelog] Do not manually edit this file. It will be automatically updated when a new release is published. +## [1.9.1](https://github.com/adobe/xmp-toolkit-rs/compare/v1.9.0...v1.9.1) +_30 August 2024_ + +### Fixed +* Start using [release-plz](https://release-plz.ieni.dev) to manage releases + +### Other +* Update EmbarkStudios/cargo-deny-action action to v2 ([#236](https://github.com/adobe/xmp-toolkit-rs/pull/236)) + ## 1.9.0 _26 July 2024_ diff --git a/Cargo.toml b/Cargo.toml index e444e75..7c09a2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmp_toolkit" -version = "1.9.0" +version = "1.9.1" description = "Rust-language bindings for Adobe's XMP Toolkit" license = "MIT OR Apache-2.0" repository = "https://github.com/adobe/xmp-toolkit-rs"