Skip to content

Commit

Permalink
Prep 0.33.0 (#336)
Browse files Browse the repository at this point in the history
* update version

* update changelog

* revise changelog date
  • Loading branch information
JolisaBrownHashiCorp authored Jun 22, 2022
1 parent 7d663ff commit f7d4b71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.33.0 (June 22, 2022)

IMPROVEMENTS:
* datasource/hcp_packer_image: Include `revoke_at` in the data source output ([330](https://github.com/hashicorp/terraform-provider-hcp/pull/330))
* datasource/hcp_packer_iteration: Include `revoke_at` in the data source output ([330](https://github.com/hashicorp/terraform-provider-hcp/pull/330))
* datasource/hcp_packer_image_iteration: Include `revoke_at` in the data source output ([330](https://github.com/hashicorp/terraform-provider-hcp/pull/330))

FIXES:
* docs: update HVN with Azure & make resource titles consistent ([#333](https://github.com/hashicorp/terraform-provider-hcp/pull/333))

## 0.32.0 (June 15, 2022)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ terraform {
required_providers {
hcp = {
source = "hashicorp/hcp"
version = "~> 0.32.0"
version = "~> 0.33.0"
}
}
}
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.32.0"
version = "~> 0.33.0"
}
}
}
Expand Down

0 comments on commit f7d4b71

Please sign in to comment.