Skip to content

Commit

Permalink
Add changelog for 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Sep 26, 2022
1 parent 5038c0c commit f3b989e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.2] 2022-09-26

Doc:
- Add the use of `terraform init` in README.md
- Add the README.md link in provider example

## 0.0.1

Features:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: |-
## Example Usage

```terraform
# We provide a full example in README https://github.com/tidbcloud/terraform-provider-tidbcloud
# We provide a full example in README https://github.com/tidbcloud/terraform-provider-tidbcloud#using-the-provider
terraform {
required_providers {
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# We provide a full example in README https://github.com/tidbcloud/terraform-provider-tidbcloud
# We provide a full example in README https://github.com/tidbcloud/terraform-provider-tidbcloud#using-the-provider

terraform {
required_providers {
Expand Down

0 comments on commit f3b989e

Please sign in to comment.