diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md new file mode 100644 index 0000000..5c3ea12 --- /dev/null +++ b/sdk/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [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)) 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 ",