Skip to content

Commit

Permalink
Merge pull request #98 from hashicorp/update-changelog
Browse files Browse the repository at this point in the history
Update changelog for 0.4.0 release
  • Loading branch information
bcmdarroch authored Apr 7, 2021
2 parents 72843ff + 3cc0d71 commit 217a260
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.4.0 (Unreleased)

FEATURES:
- **New resource** `hcp_vault_cluster` (#97)
- **New resource** `hcp_vault_cluster_admin_token` (#97)

IMPROVEMENTS:
- all: Log import ID used when an import fails due to parsing (#82)
- all: Add comment to clarify that Links can be sent in API requests (#82)
- ci: Add github checks (#90)
- docs: Add pull request lifecycle docs (#89)
- docs: Add issue lifecycle docs (#93)
- datasource/consul_agent_helm_config: Remove extraneous protocol from FQDN string (#95)
- resource/consul_cluster: Add VM size to Consul cluster (#77)
- resource/aws_network_peering: Update comments, docs, and messages to use correct capitalization for network peering (#82)
- resource/aws_network_peering: Update peering wait function to use helper (#82)

FIXES:
- all: Ensure context is being passed for all HCP API calls (#82)

## 0.3.0 (March 25, 2021)

IMPROVEMENTS:
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.3"
version = "~> 0.4"
}
}
}
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.3"
version = "~> 0.4"
}
}
}
Expand Down

0 comments on commit 217a260

Please sign in to comment.