Skip to content

Commit 393911b

Browse files
authored
Merge pull request #181 from camaraproject/jpengar/r0.2.0-rc.2
Release r0.2.0-rc.2
2 parents cd094a0 + c30695a commit 393911b

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,41 @@
22

33
## Table of Contents
44

5+
- [r0.2.0-rc.2](#r020-rc2)
56
- [v0.2.0-rc.1](#v020-rc1)
67
- [v0.1.0 - Initial version](#v010---initial-version)
78

9+
# r0.2.0-rc.2
10+
11+
**This is the second release candidate version for "Identity And Consent Management" release 0.2.0**
12+
13+
## Please note:
14+
15+
* This is a bugfix release.
16+
17+
### Main Changes
18+
* 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)
19+
20+
### Added
21+
* N/A
22+
23+
### Changed
24+
* Editorial changes to CAMARA-API-access-and-user-consent.md by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/183
25+
* 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
26+
* Replace internal links between icm documents with relative links by @hdamker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/188
27+
28+
### Fixed
29+
* Fix returned error in authentication code flow by @garciasolero in https://github.com/camaraproject/IdentityAndConsentManagement/pull/180
30+
* Fixed the release tag according to Release Management Working Group guidelines.
31+
32+
### Removed
33+
* N/A
34+
35+
## New Contributors
36+
* @garciasolero made their first contribution in https://github.com/camaraproject/IdentityAndConsentManagement/pull/180
37+
38+
**Full Changelog**: https://github.com/camaraproject/IdentityAndConsentManagement/compare/v0.2.0-rc.1...r0.2.0-rc.2
39+
840
# v0.2.0-rc.1
941

1042
**This is the release candidate version for "Identity And Consent Management" release 0.2.0**

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Repository to describe, develop, document and test the Identity And Consent Mana
1616

1717
## Release Information
1818

19-
* `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).
19+
* `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:
20+
* [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)
21+
* [Camara Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r0.2.0-rc.2/documentation/CAMARA-Security-Interoperability.md)
2022
* The latest **public release** of guidelines and documentation for CAMARA APIs is available [here](https://github.com/camaraproject/IdentityAndConsentManagement/releases/latest).
2123
* For previous releases and changes see [CHANGELOG.md](https://github.com/camaraproject/IdentityAndConsentManagement/blob/main/CHANGELOG.md)
2224

0 commit comments

Comments
 (0)