From e5175d7efefa966d3149ca7f69c0e77add7278fd Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Thu, 24 Oct 2024 19:33:16 -0700 Subject: [PATCH] chore(c2pa-crypto): release v0.1.2 (#648) --- crypto/CHANGELOG.md | 7 +++++++ crypto/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/crypto/CHANGELOG.md b/crypto/CHANGELOG.md index 8af3a66d..9fd3291d 100644 --- a/crypto/CHANGELOG.md +++ b/crypto/CHANGELOG.md @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm The format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.1.2](https://github.com/contentauth/c2pa-rs/compare/c2pa-crypto-v0.1.1...c2pa-crypto-v0.1.2) +_24 October 2024_ + +### Fixed + +* Fix badges in README + ## [0.1.1](https://github.com/contentauth/c2pa-rs/compare/c2pa-crypto-v0.1.0...c2pa-crypto-v0.1.1) _24 October 2024_ diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 16f7520e..75575aa0 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa-crypto" -version = "0.1.1" +version = "0.1.2" description = "Cryptography internals for c2pa-rs crate" authors = [ "Maurice Fisher ",