Skip to content

Commit

Permalink
update changelog and readme version (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmdarroch authored Apr 9, 2021
1 parent 2a7ea06 commit 2ab76c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.1 (Unreleased)

FIXES:
- resource/consul_cluster: Set "computed=true" option for the vm size (#100)

## 0.4.0 (April 07, 2021)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.4"
version = "~> 0.4.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.4"
version = "~> 0.4.1"
}
}
}
Expand Down

0 comments on commit 2ab76c9

Please sign in to comment.