Update changelog for release 1.0.2

This commit is contained in:
github-actions 2022-04-01 10:57:28 +00:00
commit fddfa9a493
2 changed files with 44 additions and 6 deletions

View file

@ -6,6 +6,20 @@ middleware_automation.keycloak Release Notes
This changelog describes changes after version 0.2.6.
v1.0.2
======
Minor Changes
-------------
- Make ``keycloak_admin_password`` a default with assert (was: role variable) `#26 <https://github.com/ansible-middleware/keycloak/pull/26>`_
- Simplify dependency install logic and reduce play execution time `#19 <https://github.com/ansible-middleware/keycloak/pull/19>`_
Bugfixes
--------
- Set ``keycloak_frontend_url`` default according to other defaults `#25 <https://github.com/ansible-middleware/keycloak/pull/25>`_
v1.0.1
======