diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b5301e..c2fffb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,39 @@ ## Table of Contents +- [r0.2.0-rc.2](#r020-rc2) - [v0.2.0-rc.1](#v020-rc1) - [v0.1.0 - Initial version](#v010---initial-version) +# r0.2.0-rc.2 + +**This is the second release candidate version for "Identity And Consent Management" release 0.2.0** + +## Please note: + +* 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. + +### Added +* N/A + +### Changed +* N/A + +### Fixed +* Fix returned error in authentication code flow by @garciasolero in https://github.com/camaraproject/IdentityAndConsentManagement/pull/180 + +### Removed +* N/A + +## New Contributors +* @garciasolero made their first contribution in https://github.com/camaraproject/IdentityAndConsentManagement/pull/180 + +**Full Changelog**: https://github.com/camaraproject/IdentityAndConsentManagement/compare/v0.2.0-rc.1...r0.2.0-rc.2 + # v0.2.0-rc.1 **This is the release candidate version for "Identity And Consent Management" release 0.2.0** diff --git a/README.md b/README.md index 3686fec6..2035dc60 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Repository to describe, develop, document and test the Identity And Consent Mana ## Release Information -* `NEW`: Pre-release 0.2.0-rc.1 of guidelines and documentation for CAMARA APIs is available with the [v0.2.0-rc.1 tag](https://github.com/camaraproject/IdentityAndConsentManagement/tree/v0.2.0-rc.1). +* `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). * 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)