diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e470a..a70e81b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm Since version 0.36.1, the format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.37.0](https://github.com/scouten-adobe/TEMP-c2pa-rs/compare/v0.36.0...v0.37.0) +_29 September 2024_ + +### Added + +* Add a feature that isn't really a feature ([#44](https://github.com/scouten-adobe/TEMP-c2pa-rs/pull/44)) + +### Other + +* Fixes issue where nested assertion-uri-hash errors were being reported at the active manifest level. ([#593](https://github.com/scouten-adobe/TEMP-c2pa-rs/pull/593)) +* Feature/add content length to tsa request ([#587](https://github.com/scouten-adobe/TEMP-c2pa-rs/pull/587)) + ## 0.36.0 _23 September 2024_ diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 0d51c5f..f088387 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa" -version = "0.36.0" +version = "0.37.0" description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" authors = [ "Maurice Fisher ",