diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b32337..f1519949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](https://semver.org), except that Do not manually edit this file. It will be automatically updated when a new release is published. +## 0.9.5 +_18 July 2024_ + +* Update to lastest c2pa-rs ([#197](https://github.com/contentauth/c2pa-rs/pull/197)) +* added security.md ([#196](https://github.com/contentauth/c2pa-rs/pull/196)) ## 0.9.4 _25 June 2024_ diff --git a/Cargo.lock b/Cargo.lock index 56d623d9..7ddc457c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -718,7 +718,7 @@ dependencies = [ [[package]] name = "c2patool" -version = "0.9.4" +version = "0.9.5" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index f4a372f4..b5d9afa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ default-run = "c2patool" # Please do not manually edit `version`. Version updates will be generated # automatically when c2patool is published. Remember to use (MINOR) or (MAJOR) # tags in the PR title to trigger non-patch updates as needed. -version = "0.9.4" +version = "0.9.5" description = "Tool for displaying and creating C2PA manifests." authors = [