Update changelog for release 1.2.1

This commit is contained in:
github-actions 2023-04-11 07:07:07 +00:00
parent 242b1cea0a
commit 87ad97d57f
2 changed files with 27 additions and 0 deletions

View file

@ -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 <https://github.com/ansible-middleware/keycloak/pull/68>`_
Bugfixes
--------
- Pass attributes to realm clients `#69 <https://github.com/ansible-middleware/keycloak/pull/69>`_
v1.2.0
======

View file

@ -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 <https://github.com/ansible-middleware/keycloak/pull/69>`_
'
minor_changes:
- 'Allow to setup keycloak HA cluster without remote cache store `#68 <https://github.com/ansible-middleware/keycloak/pull/68>`_
'
fragments:
- 68.yaml
- 69.yaml
release_date: '2023-04-11'