diff --git a/CHANGELOG.md b/CHANGELOG.md index d653441..a88f0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ +## [0.0.3] 2022-10-14 + +Changes: +- Credentials in provider change from username/password to public_key/private_key. +- Include terraform provider information in client requests. + +Docs: +- Fix restore data source example. +- Update local development commands in README. + ## [0.0.2] 2022-09-26 -Doc: -- Add the use of `terraform init` in README.md -- Add the README.md link in provider example +Docs: +- Add the use of `terraform init` in README.md. +- Add the README.md link in provider example. ## 0.0.1 Features: -- Support datasource: project, cluster spec, restore, backup -- Support resources: cluster, restore, backup +- Support datasource: project, cluster spec, restore, backup. +- Support resources: cluster, restore, backup.