commit cbd9ef147d4c81d39078787a5a28693f706eff00 parent 45d666e0d023721257fb07df56e9e9f29d46e782 Author: Gavin Peacock <gpeacock@adobe.com> Date: Wed, 21 Jun 2023 14:18:08 -0700 Bump minor version and update README.md (#272) Diffstat:
| M | README.md | | | 11 | +++++++++++ |
| M | sdk/Cargo.toml | | | 2 | +- |
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -93,6 +93,17 @@ Note that some components and dependent crates are licensed under different term This section gives a highlight of noteworthy changes Refer to the [CHANGELOG](https://github.com/contentauth/c2pa-rs/blob/main/CHANGELOG.md) for detailed Git changes +## 0.24.0 +_21 June 2023_ +* Bump minor version to signify change in signature (back to the compatible one) +* Reverts to 1.2 Cose signatures when signing while still validating 1.3 Cose signatures +* We want to allow some time for clients to upgrade to validating 1.3 before writing this breaking change. +* Fix embed_from_memory to correctly return the updated image +* includes the cert serial number in the ValidationInfo output +* support adding claim_generator_info field +* support Actions V2 and Ingredients V2 +* BMFF V2 +* Json Schema generation ## 0.19.0 _23 March 2023_ diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa" -version = "0.23.2" +version = "0.24.0" description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" authors = [ "Maurice Fisher <mfisher@adobe.com>",