From 1545c524dd8d8f9da812d8893e2e27fef4d0c5d5 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Mon, 4 Nov 2024 15:11:46 -0800 Subject: [PATCH] Prep for merge --- docs/antora.yml | 2 +- docs/modules/ROOT/pages/index.adoc | 2 +- docs/modules/ROOT/partials/version-history.adoc | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 2ef6346..2791875 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,4 +1,4 @@ name: identity -version: 1.1-draft+ica-overview +version: 1.1-draft title: Identity Assertion start_page: index.adoc diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index dbe7bca..beb60c4 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -9,7 +9,7 @@ The link:https://c2pa.org/specifications/specifications/2.1/specs/C2PA_Specifica This specification describes a _<>_ referred to here as the *<<_identity_assertion,identity assertion>>* that can be added to a _<>_ to enable a _<<_credential_holder,credential holder>>_ to prove control over a digital identity and to use that identity to document the _<<_named_actor,named actor’s>>_ role(s) in the _<>’s_ lifecycle. -Version 1.1 (adding identity claims aggregation) *Draft 08 October 2024* · xref:_version_history[] +Version 1.1 (adding identity claims aggregation) *Draft 04 November 2024* · xref:_version_history[] IMPORTANT: This specification differs from the link:https://creator-assertions.github.io/identity/1.0/[1.0 version] primarily in the addition of xref:_identity_claims_aggregation[xrefstyle=full]. diff --git a/docs/modules/ROOT/partials/version-history.adoc b/docs/modules/ROOT/partials/version-history.adoc index 4db1511..d7bed19 100644 --- a/docs/modules/ROOT/partials/version-history.adoc +++ b/docs/modules/ROOT/partials/version-history.adoc @@ -111,6 +111,10 @@ _This section is non-normative._ *08 October 2024* -* Consolidate wording about `cawg.` and other externally-defined labels -* Remove `proof` entry from `verifiedIdentities[n]` structure -* Add option to use RFC 3161 timestamp in ICA COSE signature +* Consolidate wording about `cawg.` and other externally-defined labels. +* Remove `proof` entry from `verifiedIdentities[n]` structure. +* Add option to use RFC 3161 timestamp in ICA COSE signature. + +*04 November 2024* + +* Added new introduction to identity claims aggregation section.