diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b91798..87db13c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# Changelog + ## 0.1.0 (27 december, 2022) NOTES: @@ -232,7 +234,8 @@ The validation of services configuration has been improved. You will now get an ## v0.19.0 (18 Jun, 2024) -Changing `service.default_password` will not trigger a replacement of the resource anymore. -It will be ignored and show a warning in the plan and apply that the value change has no effect. +- Changes of `service.default_password` will not trigger a replacement of the resource anymore, but will show a warning in the plan and apply that the value change has no effect. + +- Updated the list of available services and their default configuration. -And updated the list of available services and their default configuration. +- Update go packages to the latest version.