From ab5ec3c1bd4114c07a4f33e8bbd9c047ac1ebf7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pe=C3=B1a=20Garc=C3=ADa-Oliva?= Date: Wed, 31 Jul 2024 12:47:21 +0200 Subject: [PATCH] Changes to address Herbert's comments --- CHANGELOG.md | 6 +++--- README.md | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2fffb1e..7b43ecf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,17 +15,17 @@ * This is a bugfix release. ### Main Changes -* Fixed the release tag according to Release Management Working Group guidelines. -* Fixed typo in `access_denied` error for authentication code flow. +* Replaced link into main branch of Identity and Consent Management within "Authorization and authentication" text template (need to be applied to all APIs who have copied the template previously) ### Added -* N/A +* Replaced link into main branch of Identity and Consent Management within "Authorization and authentication" text template (need to be applied to all APIs who have copied the template previously) by @hdamker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/186 ### Changed * N/A ### Fixed * Fix returned error in authentication code flow by @garciasolero in https://github.com/camaraproject/IdentityAndConsentManagement/pull/180 +* Fixed the release tag according to Release Management Working Group guidelines. ### Removed * N/A diff --git a/README.md b/README.md index 2035dc60..2176faee 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Repository to describe, develop, document and test the Identity And Consent Mana ## Release Information -* `NEW`: Pre-release 0.2.0-rc.2 of guidelines and documentation for CAMARA APIs is available with the [r0.2.0-rc.2 tag](https://github.com/camaraproject/IdentityAndConsentManagement/tree/r0.2.0-rc.2). +* `NEW`: Pre-release 0.2.0-rc.2 of guidelines and documentation for CAMARA APIs is available with the [r0.2.0-rc.2 tag](https://github.com/camaraproject/IdentityAndConsentManagement/tree/r0.2.0-rc.2). It contains the current version of the documents which are relevant for Fall24 Meta-Release, including: + * [CAMARA APIs access and user consent management](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.0-rc.2/documentation/CAMARA-API-access-and-user-consent.md) + * [Camara Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.0-rc.2/documentation/CAMARA-Security-Interoperability.md) * The latest **public release** of guidelines and documentation for CAMARA APIs is available [here](https://github.com/camaraproject/IdentityAndConsentManagement/releases/latest). * For previous releases and changes see [CHANGELOG.md](https://github.com/camaraproject/IdentityAndConsentManagement/blob/main/CHANGELOG.md)