diff --git a/CHANGELOG.md b/CHANGELOG.md index 7228101..7d60203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 For Keycloak upstream changelog please see https://www.keycloak.org/docs/latest/release_notes/index.html. Full Keycloak upstream jira issue can be shown if filtered by Fix version. For example [Keycloak jira issue for 15.0.2 version](https://issues.redhat.com/browse/KEYCLOAK-19161?jql=project%20%3D%20keycloak%20and%20fixVersion%20%3D%2015.0.2) -## [2.1.0] +## [2.1.0] - 10-7-2024 ### Added - Add idpName together with authnAuthority +### Changed +- Support for Keycloak version over 22.0.10-1.8 + ## [2.0.0] - 1-2-2022 ### Changed - Support for Keycloak version 22 diff --git a/README.md b/README.md index 2b0d4bc..79a8da4 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ You need to define the following realm attributes in order Keycloak metric plugi Moreover, you need to add in Events Config -> Event Listeners the "metrics-communication". ## Keycloak compatibility matrix -| Group management version | Keycloak version | -|--------------------------|--------------------------| -| 1.2.0 | 18.0.1-2.17 | -| 2.0.0 | 22.0.5-1.1 - 22.0.10-1.5 | -| 2.1.0 | 222.0.10-1.7 + | \ No newline at end of file +| Group management version | Keycloak version | +|--------------------------|-------------------------| +| 1.2.0 | 18.0.1-2.17 | +| 2.0.0 | 22.0.5-1.1 - 22.0.10-1.7 | +| 2.1.0 | 22.0.10-1.8 + | \ No newline at end of file