diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8607e91..acf89df 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,19 @@ middleware_automation.keycloak Release Notes This changelog describes changes after version 0.2.6. +v1.2.1 +====== + +Minor Changes +------------- + +- Allow to setup keycloak HA cluster without remote cache store `#68 `_ + +Bugfixes +-------- + +- Pass attributes to realm clients `#69 `_ + v1.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1647779..549540c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -167,3 +167,17 @@ releases: - 63.yaml - 64.yaml release_date: '2023-03-16' + 1.2.1: + changes: + bugfixes: + - 'Pass attributes to realm clients `#69 `_ + + ' + minor_changes: + - 'Allow to setup keycloak HA cluster without remote cache store `#68 `_ + + ' + fragments: + - 68.yaml + - 69.yaml + release_date: '2023-04-11'